@charset "UTF-8";
/* 共通部分 */
@font-face {
  font-family: 'Halo';
  src: url("./font/halo-handletter.woff") format("woff");
}

body {
  color: #362619;
}

hr {
  border-color: #e6e6e6;
}

.sp {
  display: none;
}
.pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}

.p-fvA {
  height: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .p-fvA {
    height: 23rem;
  }
}

@media all and (-ms-high-contrast: none) {
  .p-fvA {
    display: inline;
  }
  .p-fvA.-voice h1 {
    margin: 86px 0 80px!important;
  }
}

.p-fvA h1 {
  text-align: center;
  height: 6.4rem;
  margin: 2rem auto 4rem;
}

@media only screen and (min-width: 1024px) {
  .p-fvA h1 {
    height: 7.1rem;
    margin: 4rem auto;
  }
}

.p-fvA h1 img {
  height: 100%;
  width: auto;
  margin: 0 auto;
}

.p-fvA h1 span.en {
  font-size: 28px;
}

.p-fvA h1 span.ja {
  font-size: 26px;
}

.p-fvA--magazine {
  height: 15rem;
}

@media only screen and (min-width: 768px) {
  .p-fvA--magazine {
    height: 23rem;
  }
}

.p-fvA--magazine h1 {
  height: 9.2rem;
  margin-top: -1rem;
}

@media only screen and (min-width: 768px) {
  .p-fvA--magazine h1 {
    margin: 0;
    height: 10.5rem;
  }
}

.p-fvB {
  position: relative;
}

.p-fvB h1 {
  margin: 0;
  width: 100%;
  text-align: center;
  height: auto;
}

.p-fvB h1 img {
  width: 100%;
  height: auto;
}

.p-next {
  margin-bottom: 8rem;
  height: 204px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  .p-next {
    margin-bottom: 13rem;
  }
}

.p-next--toMission {
  background-image: url(../../../../html/template/natural_rounge/assets/img/concept/next_img_mission_sp.png);
}

@media only screen and (min-width: 768px) {
  .p-next--toMission {
    background-image: url(../../../../html/template/natural_rounge/assets/img/concept/next_img_mission.png);
  }
}

.p-next--toMember {
  background-image: url(../../../../html/template/natural_rounge/assets/img/concept/next_img_member_sp.png);
}

@media only screen and (min-width: 768px) {
  .p-next--toMember {
    background-image: url(../../../../html/template/natural_rounge/assets/img/concept/next_img_member.png);
  }
}

.p-next--toStory {
  background-image: url(../../../../html/template/natural_rounge/assets/img/concept/next_img_story_sp.png);
}

@media only screen and (min-width: 768px) {
  .p-next--toStory {
    background-image: url(../../../../html/template/natural_rounge/assets/img/concept/next_img_story.png);
  }
}

.p-next--toConcept {
  background-image: url(../../../../html/template/natural_rounge/assets/img/concept/next_img_concept_sp.png);
  background-position: center top;
}

@media only screen and (min-width: 768px) {
  .p-next--toConcept {
    background-image: url(../../../../html/template/natural_rounge/assets/img/concept/next_img_concept.png);
  }
}

.p-next a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-next .p-next__title {
  height: 6.7rem;
}

@media only screen and (min-width: 768px) {
  .p-next .p-next__title {
    height: 7.5rem;
  }
}

.p-next .p-next__title img {
  height: 100%;
  width: auto;
}

.p-guideMenu {
  margin: 0 auto 3rem;
  max-width: 1140px;
}

@media only screen and (min-width: 768px) {
  .p-guideMenu {
    margin: 0 auto;
  }
}

.p-guideMenu-list {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .p-guideMenu-list {
    padding-bottom: 35px;
    margin-bottom: 6px;
    border-bottom: 1px solid #e6e6e6;
  }
}

.p-guideMenu-list__item {
  margin: 0 .5% .5% 0;
  width: 33%;
  list-style: none;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .p-guideMenu-list__item {
    margin: 0;
    width: 20%;
    border-right: 1px dashed #E6E6E6;
  }
}

@media only screen and (min-width: 768px) {
  .p-guideMenu-list__item:first-child {
    border-left: 1px dashed #E6E6E6;
  }
}

.p-guideMenu-list__item:nth-child(3n) {
  margin-right: 0;
}

.p-guideMenu-list__item a {
  position: relative;
  display: block;
}

@media only screen and (min-width: 768px) {
  .p-guideMenu-list__item a {
    padding: 16px 0;
    height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-guideMenu-list__item a:hover {
  opacity: .8;
}

.p-guideMenu-list__item a .green {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}

@media only screen and (min-width: 768px) {
  .p-guideMenu-list__item a:hover::after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 10px solid #6F8C28;
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media only screen and (min-width: 768px) {
  .p-guideMenu-list__item.is-active a::after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 10px solid #6F8C28;
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-guideMenu-list__item.is-active a .green {
  opacity: 1;
}

.p-guideMenu-list__item img {
  width: 100%;
  vertical-align: bottom;
}

@media only screen and (min-width: 768px) {
  .p-guideMenu-list__item img {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  #page_guide .p-guideMenu-list {
    border-bottom: none;
  }
}

.p-guideContact {
  margin-bottom: 8rem;
}

@media only screen and (min-width: 768px) {
  .p-guideContact {
    margin-bottom: 13rem;
  }
}

.p-guideContact .c-inner {
  max-width: 890px;
}

.p-guideContact__box {
  padding: 11%;
  border: 1px solid #CCDDA4;
}

@media only screen and (min-width: 768px) {
  .p-guideContact__box {
    padding: 4rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (min-width: 768px) {
  .p-guideContact__rightPC {
    padding: 2px 0;
    width: 50%;
    border-left: 1px solid #CCDDA4;
    padding-left: 5rem;
  }
}

.p-guideContact__title img, .p-guideContact__tel img, .p-guideContact__mail img {
  height: 100%;
  width: auto;
  max-width: 100%;
}

.p-guideContact__title {
  padding-bottom: 1rem;
  height: 2.5rem;
  border-bottom: 1px solid #CCDDA4;
}

@media only screen and (min-width: 768px) {
  .p-guideContact__title {
    width: 50%;
    border-bottom: none;
    text-align: center;
    padding: 0;
    height: 1.7rem;
  }
}

.p-guideContact__tel {
  margin-top: 2rem;
  height: 1.8rem;
}

@media only screen and (min-width: 768px) {
  .p-guideContact__tel {
    height: 2.4rem;
    margin-top: 0;
  }
}

.p-guideContact__mail {
  margin-top: 2rem;
  height: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .p-guideContact__mail {
    height: 2rem;
  }
}

.p-guideContact a:hover {
  opacity: .8;
}

.p-voice {
  display: block;
  padding-bottom: 4rem;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

@media only screen and (min-width: 768px) {
  .p-voice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}

.p-voice:hover {
  opacity: .8;
  text-decoration: none;
}

.p-voice__img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .p-voice__img {
    width: 60%;
    height: 16rem;
    position: relative;
  }
}

@media only screen and (min-width: 768px) {
  .p-voice__img {
    height: 24rem;
  }
}

.p-voice__img img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .p-voice__img img {
    height: 100%;
    width: auto;
    min-width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.p-voice__txt {
  margin-top: -4rem;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .p-voice__txt {
    padding: 1rem 0;
    width: 40%;
    margin: 0;
    margin-left: -6%;
  }
}

.p-voice__txt h2 {
  height: 1.5rem;
  text-align: center;
}

.p-voice__txt h2 img {
  height: 100%;
  width: auto;
  margin: 0 auto;
}

.p-voice__txt .number {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: #3E3C35;
}

@media only screen and (min-width: 768px) {
  .p-voice__txt .number {
    margin-bottom: 1.5rem;
  }
}

.p-voice__txt .number span {
  font-weight: bold;
}

.p-voice__txt .star {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  color: #759031;
}

.p-voice__txt .star .txt {
  padding-left: 1rem;
  display: inline-block;
  border-left: 3px dotted #759031;
  line-height: .9;
  vertical-align: middle;
}

.p-voice__txt .star .img {
  margin-left: 1.5rem;
  display: inline-block;
  height: 2.4rem;
  vertical-align: middle;
}

.p-voice__txt .star .img img {
  height: 100%;
  width: auto;
  margin-right: 8px;
  vertical-align: top;
}

.p-voice__txt .rating {
  height: 3rem;
  background-color: #E8F0D3;
  border-radius: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 216px;
  width: 100%;
  margin: 0 auto;
  color: #657E26;
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .p-voice__txt .rating {
    margin-bottom: 1rem;
  }
}

.p-voice__txt .rating span {
  font-weight: bold;
}

.p-voice__txt h2 {
  text-align: center;
  font-size: 1.4rem;
  margin: 4rem 0 2rem;
}

@media only screen and (min-width: 768px) {
  .p-voice__txt h2 {
    margin: 1rem 0 2.5rem;
  }
}

.p-news {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

@media only screen and (min-width: 768px) {
  .p-news {
    margin-top: 8rem;
    margin-bottom: 5rem;
  }
}

.p-news h2 {
  margin-top: 0;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
  .p-news h2 {
    margin-top: 0;
    margin-bottom: 3rem;
  }
}

@media only screen and (min-width: 1024px) {
  .p-news h2 {
    margin-top: 0;
    margin-bottom: 3rem;
  }
}

.p-news h2 .ja {
  margin-top: 0;
}

.p-news-list {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  padding: 2rem 0;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .p-news-list {
    padding: 3rem 0;
    width: 80%;
  }
}

@media only screen and (min-width: 1024px) {
  .p-news-list {
    width: 100%;
  }
}

.p-news-list li {
  list-style: none;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
  .p-news-list li {
    margin-bottom: 2rem;
  }
}

.p-news-list li:last-child {
  margin-bottom: 0;
}

.p-news-list li a {
  font-size: 1.2rem;
  line-height: 1.3;
  display: block;
  color: #3E3C35;
}

@media only screen and (min-width: 768px) {
  .p-news-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-news-list li a:hover {
  text-decoration: none;
  opacity: .8;
}

.p-news-list li a span {
  display: block;
}

.p-news-list li a span.time {
  color: #67645C;
  margin-bottom: .8rem;
}

@media only screen and (min-width: 768px) {
  .p-news-list li a span.time {
    width: 16.25%;
    font-size: 1.3rem;
    margin-bottom: 0;
    line-height: 1;
  }
}

@media only screen and (min-width: 768px) {
  .p-news-list li a span.title {
    width: 83.75%;
    font-size: 1.5rem;
  }
}

.p-mail {
  margin-bottom: 6rem;
}

@media only screen and (min-width: 768px) {
  .p-mail {
    margin-bottom: 5rem;
  }
}

.p-mail h2 {
  margin-top: 0;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
  .p-mail h2 {
    margin-top: 0;
    margin-bottom: 2.5rem;
  }
}

@media only screen and (min-width: 1024px) {
  .p-mail h2 {
    margin-top: 0;
    margin-bottom: 2.5rem;
  }
}

.p-mail h2 .icon {
  margin-right: 0;
}

.p-mail-input .input {
  margin: 0 auto 1.5rem;
  max-width: 380px;
  width: 100%;
  position: relative;
}

.p-mail-input .input::after {
  content: '';
  display: inline-block;
  width: 0.6rem;
  height: 1rem;
  margin-left: 1rem;
  background-image: url(../img/common/arrow_right.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-mail-input .input input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2rem;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  width: 100%;
  height: 5.6rem;
  border: .5px solid #d9d9d9;
  font-size: 1.3rem;
}

.p-mail-input .input input::-webkit-input-placeholder {
  font-size: 1.3rem;
  line-height: 1.8;
  color: #8E8B84;
}

.p-mail-input .input input:-ms-input-placeholder {
  font-size: 1.3rem;
  line-height: 1.8;
  color: #8E8B84;
}

.p-mail-input .input input::-ms-input-placeholder {
  font-size: 1.3rem;
  line-height: 1.8;
  color: #8E8B84;
}

.p-mail-input .input input::placeholder {
  font-size: 1.3rem;
  line-height: 1.8;
  color: #8E8B84;
}

.p-mail-input .input .arrow {
  width: 1rem;
  height: 0.6rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.p-mail-input .input .arrow img {
  width: 100%;
  vertical-align: top;
}

.p-mail-btn {
  text-align: center;
}

.p-mail-btn a:hover {
  text-decoration: none;
  opacity: .8;
}

.p-cta {
  max-width: 1150px;
  margin: 6rem auto;
}

@media only screen and (min-width: 768px) {
  .p-cta {
    margin: 5rem auto;
  }
}

.p-cta-box {
  display: block;
}

.p-cta-box:hover {
  opacity: .8;
  text-decoration: none;
}

.p-cta-box img {
  width: 100%;
}

.p-cta-box > p {
  color: #fff;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  font-family: "hannari", serif;
  line-height: 1.5;
  letter-spacing: .1em;
}

@media only screen and (min-width: 1024px) {
  .p-cta-box > p {
    font-size: 2.4rem;
    margin-bottom: 0;
    line-height: 1;
    height: 2.4rem;
  }
}

.p-cta-box > p:last-child {
  margin-bottom: 0;
}

.p-cta-box > p a {
  color: #fff;
  font-family: "hannari", serif;
  letter-spacing: .1em;
}

.p-cta__mailtel {
  display: inline-block;
  margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
  .p-cta__mailtel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-cta__mailtel p {
  color: #fff;
  text-align: left;
  font-size: 1.3rem;
  font-family: "hannari", serif;
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 1024px) {
  .p-cta__mailtel p {
    margin-bottom: 0;
    padding: 1rem 0 1rem 2rem;
    font-size: 1.6rem;
  }
}

.p-cta__mailtel p .icon {
  vertical-align: middle;
  margin-right: 5px;
}

@media only screen and (min-width: 1024px) {
  .p-cta__mailtel p .icon {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .p-cta__mailtel p .icon svg {
    height: 1.8rem;
  }
}

.p-cta__mailtel p .txt {
  vertical-align: middle;
}

@media only screen and (min-width: 1024px) {
  .p-cta__mailtel p.mail {
    border-right: 1px solid #fff;
    padding-left: 0;
    padding-right: 2rem;
  }
}

@media only screen and (min-width: 1024px) {
  .p-cta__mailtel p.mail .icon svg {
    height: 1.4rem;
  }
}

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

@media only screen and (min-width: 768px) {
  .slick-dots {
    margin-bottom: 20px;
  }
}

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

@media only screen and (min-width: 768px) {
  .slick-dots li {
    width: 11px;
    height: 11px;
    margin: 0 2.5px;
  }
}

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

@media only screen and (min-width: 768px) {
  .slick-dots li button {
    width: 11px;
    height: 11px;
  }
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  content: " ";
  line-height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 10px;
  height: 10px;
  text-align: center;
  opacity: .25;
  border: 1px solid #CBCBCB;
  box-sizing: border-box;
  background-color: transparent;
  border-radius: 50%;
}

@media only screen and (min-width: 768px) {
  .slick-dots li button:before {
    border-width: 1.5px;
    width: 11px;
    height: 11px;
  }
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #fff;
}

.slick-dots li button.thumbnail img {
  width: 0;
  height: 0;
}

.p-newItems {
  margin-bottom: 5rem;
}

@media only screen and (min-width: 768px) {
  .p-newItems {
    margin: 0 auto 5rem;
    max-width: 1150px;
  }
}

.p-newItems h2 {
  margin-top: 3rem;
  margin-bottom: 4rem;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .p-newItems h2 {
    margin-top: 4rem;
    margin-bottom: 1.5rem;
  }
}

.p-newItems h2 img {
  margin: 0 auto;
}

.p-newItems-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-newItems-list__item {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
  .p-newItems-list__item {
    width: 31.5315%;
    margin-right: 2.7025%;
    margin-bottom: 0;
  }
}

.p-newItems-list__item:nth-child(3n) {
  margin-right: 0;
}

.p-newItems-item {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #E6E6E6;
  overflow: hidden;
}

.p-newItems-item__img {
  width: 100%;
}

.p-newItems-item__img img {
  width: 100%;
}

.p-newItems-item__txt {
  padding: 1.5rem;
  background-color: rgba(35, 17, 2, 0.39);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: .2s;
  transition: .2s;
}

.p-newItems-item__txt p {
  font-size: 1.4rem;
  color: #fff;
}

.p-newItems-item__txt dl {
  margin: 1rem 0 0;
}

.p-newItems-item__txt dl dt, .p-newItems-item__txt dl dd {
  color: #fff;
  display: inline;
  font-size: 1.6rem;
  font-weight: bold;
}

.p-newItems-item:hover .p-newItems-item__txt {
  display: block;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: .2s;
  transition: .2s;
}

.p-homeBnr {
  margin-bottom: 6rem;
}

@media only screen and (min-width: 768px) {
  .p-homeBnr__inner {
    max-width: 995px;
  }
}

.p-homeBnr-list {
  margin-bottom: 3rem;
}

@media only screen and (min-width: 768px) {
  .p-homeBnr-list {
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-homeBnr-list__item {
  margin: 0 auto;
  width: 100%;
  max-width: 452px;
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .p-homeBnr-list__item {
    width: 47%;
    margin: 0;
  }
}

.p-homeBnr-list__item a {
  display: block;
}

.p-homeBnr-list__item a:hover {
  text-decoration: none;
  opacity: .5;
}

.p-homeBnr-list__item img {
  width: 100%;
}

.p-homeBnr-btn {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .p-homeBnr-btn {
    text-align: right;
  }
}

.p-homeBnr-btn a {
  color: #626262;
}

.p-homeBnr-btn a:hover {
  text-decoration: none;
  opacity: .8;
}

.p-homeCat {
  margin-bottom: 4rem;
}

@media only screen and (min-width: 768px) {
  .p-homeCat {
    max-width: 1150px;
    margin: 0 auto 6rem;
  }
}

.p-homeCat h2 {
  margin-bottom: 3rem;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .p-homeCat h2 {
    margin-bottom: .5rem;
  }
}

.p-homeCat h2 img {
  margin: 0 auto;
}

.p-homeCat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-homeCat-list__item {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
  .p-homeCat-list__item {
    width: 19%;
    margin-right: 1.25%;
  }
}

.p-homeCat-list__item a {
  display: block;
}

.p-homeCat-list__item a:hover {
  text-decoration: none;
  opacity: .5;
}

.p-homeCat-list__item img {
  width: 100%;
}

.p-homeCat-list__item:nth-child(2n) {
  margin-right: 0;
}

@media only screen and (min-width: 768px) {
  .p-homeCat-list__item:nth-child(2n) {
    margin-right: 1.25%;
  }
}

@media only screen and (min-width: 768px) {
  .p-homeCat-list__item:nth-child(4n) {
    margin-right: 1.25%;
  }
}

.p-homeCat-list__item:last-child {
  margin-right: 0;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .p-homeCat-list__item:last-child {
    width: 19%;
    margin-right: 0;
  }
}

.p-pickup {
  margin-bottom: 8rem;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .p-pickup {
    width: 100%;
    margin: 0 auto 8rem;
  }
}

@media only screen and (min-width: 1366px) {
  .p-pickup {
    margin: 0 auto 8rem;
  }
}

.p-pickup__img {
  width: 100%;
}

.p-pickup__img img {
  width: 100%;
}

.p-pickup__txt {
  margin-top: -15rem;
}

@media only screen and (min-width: 768px) {
  .p-pickup__txt {
    position: relative;
    top: 0rem;
    left: 0;
    padding-left: 4rem;
    margin-top: -15rem;
    max-width: 1150px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (min-width: 1024px) {
  .p-pickup__txt {
    top: 5rem;
    padding-left: 0;
    margin: -33rem auto 0;
  }
}

.p-pickup__txt h2 {
  width: 72%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .p-pickup__txt h2 {
    max-width: 380px;
    width: 35%;
    margin-left: 0;
  }
}

.p-pickup__txt h2 img {
  width: 100%;
}

.p-pickup__txt p {
  display: none;
  color: #1A1311;
}

@media only screen and (min-width: 768px) {
  .p-pickup__txt p {
    padding-bottom: 2rem;
    width: 58%;
    display: block;
    font-size: 1.6rem;
    line-height: 2.2;
    font-family: "hannari", serif;
  }
}

.p-pickup__recommend {
  padding: 2rem 0;
  overflow: scroll;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
}

@media only screen and (min-width: 768px) {
  .p-pickup__recommend {
    padding-left: 10px;
    margin-top: -4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 1024px) {
  .p-pickup__recommend {
    margin: 0 auto;
    max-width: 1300px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-pickup__recommend::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.p-pickup-link {
  display: none;
}

@media only screen and (min-width: 768px) {
  .p-pickup-link {
    display: block;
    width: 20%;
  }
}

.p-pickup-link a {
  display: block;
}

.p-pickup-link a:hover {
  text-decoration: none;
  opacity: .5;
}

.p-pickup-link img {
  width: 100%;
}

.p-pickup-recommend {
  padding-left: 10px;
  width: 920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (min-width: 768px) {
  .p-pickup-recommend {
    padding-left: 10px;
    width: 80%;
    padding-top: 3rem;
  }
}

@media only screen and (min-width: 1024px) {
  .p-pickup-recommend {
    padding-left: 40px;
    padding-top: 7rem;
  }
}

.p-pickup-recommend__item {
  width: 220px;
  margin-right: 10px;
}

@media only screen and (min-width: 1024px) {
  .p-pickup-recommend__item {
    margin-right: 30px;
  }
}

.p-pickup-recommend__item a {
  display: block;
}

.p-pickup-recommend__item a:hover {
  text-decoration: none;
  opacity: .8;
}

.p-pickup-recommend__item img {
  width: 100%;
  border: 1px solid #E6E6E6;
}

.p-pickup-recommend__item p {
  color: #1A1311;
  margin-top: 1.5rem;
}

.p-pickup-recommend .slick-arrow {
  border: 2px solid #ddd;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}

.p-pickup-recommend .slick-arrow i {
  color: #1f1f1f;
  font-size: 3rem;
}

.p-pickup-recommend .arrow-prev {
  left: 10px;
}

.p-pickup-recommend .arrow-next {
  right: 10px;
}

.p-pickup-btn {
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .p-pickup-btn {
    display: none;
  }
}

.p-artList {
  margin-bottom: 5rem;
}

@media only screen and (min-width: 768px) {
  .p-artList {
    margin-bottom: 7rem;
  }
}

.p-artList h2 {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
  .p-artList h2 {
    margin-bottom: 2rem;
    text-align: left;
  }
}

.p-artList a:hover {
  text-decoration: none;
  opacity: .8;
}

@media only screen and (min-width: 1024px) {
  .p-artList__inner {
    padding: 0;
  }
}

.p-artList-list {
  margin-bottom: 3rem;
}

@media only screen and (min-width: 768px) {
  .p-artList-list {
    margin-bottom: 2rem;
  }
}

.p-artList-item {
  padding: 1rem 0;
  border-bottom: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 768px) {
  .p-artList-item {
    padding: 1rem 0 2rem;
    margin-bottom: 1rem;
    height: 190px;
  }
}

.p-artList-item__img {
  width: 36%;
}

@media only screen and (min-width: 768px) {
  .p-artList-item__img {
    width: 160px;
  }
}

.p-artList-item__img img {
  width: 100%;
}

.p-artList-item__txt {
  width: 60%;
}

@media only screen and (min-width: 768px) {
  .p-artList-item__txt {
    width: calc(100% - 160px - 20px);
  }
}

.p-artList-item__txt a {
  display: inline-block;
}

.p-artList-item__txt a:hover {
  text-decoration: none;
  opacity: .8;
}

.p-artList-item .title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 0;
  color: #1A1311;
  margin-bottom: .8rem;
  line-height: 1.5;
}

@media only screen and (min-width: 768px) {
  .p-artList-item .title {
    margin-bottom: .5rem;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

.p-artList-item .excerpt {
  font-size: 1.2rem;
  color: #3E3C35;
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .p-artList-item .excerpt {
    margin-bottom: .8rem;
    font-size: 1.3rem;
    line-height: 1.7;
  }
}

.p-artList-item .meta {
  font-size: 1.2rem;
  color: #67645C;
}

@media only screen and (min-width: 768px) {
  .p-artList-item .meta {
    font-size: 1.3rem;
  }
}

.p-artList-item .meta .tag {
  color: #759031;
}

.p-artList-btn {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .p-artList-btn {
    text-align: right;
  }
}

.p-about {
  margin-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
  .p-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 1.5%;
    padding-right: 1.5%;
  }
}

@media only screen and (min-width: 1024px) {
  .p-about {
    margin-bottom: 10rem;
  }
}

.p-about a:hover {
  text-decoration: none;
  opacity: .8;
}

.p-about h2 {
  margin-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
  .p-about h2 {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.p-about__link1, .p-about__img {
  width: 100%;
}

.p-about__link1 img, .p-about__img img {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .p-about__link1 {
    height: 285px;
    margin-bottom: 30px;
    text-align: right;
  }
}

@media only screen and (min-width: 1024px) {
  .p-about__img {
    margin-bottom: 1rem;
  }
}

.p-about__link2, .p-about__map {
  padding: 8% 5.333%;
}

@media only screen and (min-width: 1024px) {
  .p-about__link2, .p-about__map {
    padding: 0;
  }
}

.p-about__link2 dl, .p-about__map dl {
  margin-bottom: 8%;
}

@media only screen and (min-width: 1024px) {
  .p-about__link2 dl, .p-about__map dl {
    margin-bottom: 2rem;
  }
}

.p-about__link2 dl dt, .p-about__link2 dl dd, .p-about__map dl dt, .p-about__map dl dd {
  display: inline;
  font-size: 1.2rem;
}

.p-about__link2 dl dt, .p-about__map dl dt {
  font-weight: bold;
}

.p-about__link2 img, .p-about__map img {
  width: 100%;
}

.p-about__link2 iframe, .p-about__map iframe {
  width: 100%;
  height: 28rem;
}

@media only screen and (min-width: 768px) {
  .p-about__link2 iframe, .p-about__map iframe {
    height: 20rem;
  }
}

@media only screen and (min-width: 1024px) {
  .p-about__link2 iframe, .p-about__map iframe {
    height: 23.7rem;
  }
}

@media only screen and (min-width: 1024px) {
  .p-about__link2 {
    height: 285px;
  }
}

@media only screen and (min-width: 768px) {
  .p-about__link1, .p-about__link2 {
    width: 49%;
    padding: 0;
    overflow: hidden;
    height: 20rem;
    position: relative;
  }
}

@media only screen and (min-width: 1024px) {
  .p-about__link1, .p-about__link2 {
    width: 100%;
    height: 27.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .p-about__link1 img, .p-about__link2 img {
    width: 100%;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media only screen and (min-width: 1024px) {
  .p-about__link1 img, .p-about__link2 img {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}

.p-about__img {
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .p-about__img {
    text-align: center;
    width: 49%;
    padding: 0;
    overflow: hidden;
    position: relative;
  }
}

@media only screen and (min-width: 1024px) {
  .p-about__img {
    text-align: left;
    width: 100%;
  }
}

.p-about__img a {
  display: block;
}

.p-about__img a:hover {
  text-decoration: none;
  opacity: .8;
}

@media only screen and (min-width: 768px) {
  .p-about__img img {
    height: 20rem;
  }
}

@media only screen and (min-width: 1024px) {
  .p-about__img img {
    height: 27.7rem;
  }
}

.p-about__img dl {
  margin: 2rem 0 0;
  display: inline-block;
  text-align: left;
  padding: 0 5.333%;
}

@media only screen and (min-width: 768px) {
  .p-about__img dl {
    margin-top: .5rem;
    margin-bottom: 8%;
  }
}

@media only screen and (min-width: 1024px) {
  .p-about__img dl {
    margin-bottom: 1rem;
    padding: 0;
  }
}

.p-about__img dl dt, .p-about__img dl dd {
  display: inline;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .p-about__img dl dt, .p-about__img dl dd {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

.p-about__img dl dt {
  font-weight: bold;
}

.p-about__map {
  padding: 5.333% 5.333% 0;
}

@media only screen and (min-width: 768px) {
  .p-about__map {
    width: 49%;
    padding: 0;
    overflow: hidden;
    position: relative;
  }
}

@media only screen and (min-width: 1024px) {
  .p-about__map {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .p-about__map img {
    width: 100%;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media only screen and (min-width: 1024px) {
  .p-about__map img {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}

.p-about-link {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.p-about-link img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 1024px) {
  .p-about-link img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
  }
}

@media only screen and (min-width: 768px) {
  .home-column {
    max-width: 1150px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1024px) {
  .home-column {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px;
  }
}

/* About us */
.concept-block {
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .concept-block {
    margin-bottom: 10rem;
  }
}

@media only screen and (min-width: 768px) {
  .concept-block:last-child {
    margin-bottom: 8rem;
  }
}

.concept-block .concept-block__img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .concept-block .concept-block__img {
    width: 53%;
  }
}

.concept-block .concept-block__img img {
  width: 100%;
}

.concept-block .concept-block__txt {
  padding: 4.4rem 2.666% 4rem;
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .concept-block .concept-block__txt {
    padding: 4.4rem 5.333% 4rem;
    width: 47%;
  }
}

.concept-block .concept-block__txt h2 {
  margin: 0 0 3.5rem;
  height: 6.5rem;
}

@media only screen and (min-width: 768px) {
  .concept-block .concept-block__txt h2 {
    margin: 0 0 5rem;
    height: 7rem;
  }
}

.concept-block .concept-block__txt h2 img {
  height: 100%;
  width: auto;
}

.concept-block .concept-block__txt p {
  margin-bottom: 3.5rem;
}

@media only screen and (min-width: 768px) {
  .concept-block .concept-block__txt p {
    margin-bottom: 5rem;
    font-size: 1.5rem;
  }
}

.concept-block .concept-block__btn {
  margin: 0 auto;
  font-size: 1.4rem;
}

.concept-block .concept-block__btn .btn {
  padding: 0;
  max-width: 183px;
  width: 100%;
}

.concept-block .concept-block__btn .btn a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #6F8C28;
  border-radius: 5px;
  height: 5.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.concept-block .concept-block__btn .btn a:hover {
  opacity: .8;
  color: #6F8C28;
}

.concept-block:nth-child(2n-1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* Message */
.message-block {
  margin-bottom: 5rem;
}

@media only screen and (min-width: 768px) {
  .message-block {
    margin-bottom: 8rem;
  }
}

.message-block h2 {
  margin: 8rem 0 5rem;
  text-align: center;
  height: 6.6rem;
}

@media only screen and (min-width: 768px) {
  .message-block h2 {
    margin: 12.7rem 0 7rem;
    height: 2.8rem;
  }
}

.message-block h2 img {
  height: 100%;
  width: auto;
  margin: 0 auto;
}

.message-block h2.sp_twoLines {
  height: 6.6rem;
}

.message-block .message-block__inner {
  max-width: 890px;
}

@media only screen and (min-width: 768px) {
  .message-block .message-block__inner {
    padding: 0 20px;
  }
}

.message-block .message-block__img {
  margin: 5rem auto;
  width: 100%;
  max-width: 1100px;
}

@media only screen and (min-width: 768px) {
  .message-block .message-block__img {
    margin: 7rem auto;
  }
}

.message-block .message-block__img img {
  width: 100%;
}

.message-block .message-block__img--small {
  max-width: 850px;
}

.message-block .message-block__img--full {
  margin: 5rem 0;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .message-block .message-block__img--full {
    margin: 7rem 0;
  }
}

.message-block .message-block__img--full img {
  width: 100%;
}

.message-block p {
  color: #362619;
  margin-bottom: 3rem;
  line-height: 2;
}

@media only screen and (min-width: 768px) {
  .message-block p {
    margin-bottom: 3rem;
    font-size: 1.5rem;
  }
}

.message-block p strong {
  font-size: 1.5rem;
}

.message-block .message-block__name {
  margin-bottom: 7rem;
  height: 2.2rem;
  text-align: right;
}

@media only screen and (min-width: 768px) {
  .message-block .message-block__name {
    margin-bottom: 14rem;
  }
}

.message-block .message-block__name img {
  height: 100%;
  width: auto;
}

.message-block .youtube_wrap {
  padding: 0 5.333%;
}

@media only screen and (min-width: 768px) {
  .message-block .youtube_wrap {
    padding: 0;
  }
}

.message-block .message-block__iframe {
  margin: 0 auto 8rem;
  position: relative;
  overflow: hidden;
  max-width: 850px;
}

@media only screen and (min-width: 768px) {
  .message-block .message-block__iframe {
    margin-bottom: 12rem;
  }
}

.message-block .message-block__iframe::before {
  content: '';
  display: block;
  padding-top: 55%;
}

.message-block .message-block__iframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* Mission */
.mission-block {
  margin-bottom: 5rem;
}

@media only screen and (min-width: 768px) {
  .mission-block {
    margin-bottom: 8rem;
  }
}

.mission-block .mission-block__inner {
  max-width: 890px;
}

.mission-block .mission-block__img {
  margin: 0 auto 5rem;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .mission-block .mission-block__img {
    margin: 0 auto 7rem;
    width: 80%;
  }
}

.mission-block .mission-block__img img {
  width: 100%;
}

.mission-block .mission-block__img--l {
  margin: 5rem 0;
  width: 100%;
  max-width: 1140px;
}

@media only screen and (min-width: 768px) {
  .mission-block .mission-block__img--l {
    margin: 7rem auto;
    padding: 0 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .mission-block .mission-block__img--l {
    width: 100%;
  }
}

.mission-block .mission-block__img--l img {
  width: 100%;
}

.mission-block section {
  margin-bottom: 7rem;
}

@media only screen and (min-width: 768px) {
  .mission-block section {
    margin-bottom: 12rem;
  }
}

.mission-block h2 {
  margin: 8rem 0 3.5rem;
  text-align: center;
  height: 6.5rem;
}

@media only screen and (min-width: 768px) {
  .mission-block h2 {
    margin: 13.7rem 0 4rem;
    height: 9rem;
  }
}

.mission-block h2 img {
  height: 100%;
  width: auto;
}

.mission-block h3 {
  margin: 0 0 5rem;
  text-align: center;
  font-size: 2rem;
  color: #362619;
  line-height: 1.8;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .mission-block h3 {
    margin: 0 0 7rem;
    font-size: 2.6rem;
  }
}

.mission-block p {
  margin-bottom: 3rem;
  line-height: 2;
  color: #362619;
  font-size: 1.5rem;
}

/* Member */
.member-block {
  margin: 8rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1100px;
}

@media only screen and (min-width: 768px) {
  .member-block {
    margin: 12rem auto;
  }
}

@media only screen and (min-width: 768px) {
  .member-block:first-child {
    margin-top: 13rem;
  }
}

.member-block .member-block__img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .member-block .member-block__img {
    width: 50%;
  }
}

.member-block .member-block__img img {
  width: 100%;
}

.member-block .member-block__txt {
  padding: 4rem 0 0;
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .member-block .member-block__txt {
    padding: 2.5rem 0;
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .member-block .member-block__txt .c-inner--ss {
    padding: 0 0 0 13%;
    padding: 0 20px 0 11%;
  }
}

.member-block .member-block__txt h2 {
  margin: 0 0 4rem;
  height: 11.7rem;
}

@media only screen and (min-width: 768px) {
  .member-block .member-block__txt h2 {
    margin: 0 0 3rem;
  }
}

.member-block .member-block__txt h2 img {
  height: 100%;
  width: auto;
}

.member-block .member-block__txt p {
  margin-bottom: 3.5rem;
  text-align: left;
  line-height: 1.8;
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .member-block .member-block__txt p {
    margin-bottom: 3rem;
  }
}

.member-block .member-block__btn {
  margin: 0 auto;
  font-size: 1.4rem;
}

.member-block .member-block__btn .btn {
  padding: 0;
  max-width: 183px;
  width: 100%;
}

.member-block .member-block__btn .btn a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #6F8C28;
  border-radius: 5px;
  height: 5.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.member-block .member-block__btn .btn a:hover {
  opacity: .8;
  color: #6F8C28;
}

/* Shop */
.shop-slider img {
  width: 100%;
  height: auto;
}

.shop-slider .slick-dots {
  margin-bottom: 0;
  bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .shop-slider .slick-dots {
    position: static;
    padding: 1rem 0;
  }
}

.shop-slider .slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
  padding: 0 4px;
}

@media only screen and (min-width: 768px) {
  .shop-slider .slick-dots li {
    padding: 0 2.5px;
  }
}

.shop-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .shop-slider .slick-dots li button {
    width: 11px;
    height: 11px;
  }
}

@media only screen and (min-width: 768px) {
  .shop-slider .slick-dots li button:before {
    opacity: 1;
    border: 1.5px solid #A0978F;
  }
}

@media only screen and (min-width: 768px) {
  .shop-slider .slick-dots li.slick-active button:before {
    background-color: #A0978F;
  }
}

.shop-block {
  padding: 7rem 0 4rem;
}

@media only screen and (min-width: 768px) {
  .shop-block {
    padding: 7rem 0 4rem;
  }
}

.shop-block .shop-block__inner {
  max-width: 890px;
}

.shop-block .shop-block__img {
  margin: 5rem auto;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .shop-block .shop-block__img {
    margin: 7rem auto;
  }
}

.shop-block .shop-block__img img {
  width: 100%;
}

.shop-block .shop-block__img--full {
  margin: 5rem 0;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .shop-block .shop-block__img--full {
    margin: 7rem 0;
  }
}

.shop-block .shop-block__img--full img {
  width: 100%;
}

.shop-block h2 {
  margin: 8rem 0 3rem;
  text-align: center;
  height: 6.5rem;
}

.shop-block h2 img {
  height: 100%;
  width: auto;
}

.shop-block h3 {
  margin: 5rem 0 4rem;
  text-align: center;
  font-size: 2rem;
  color: #453426;
  line-height: 1.8;
  font-weight: bold;
}

.shop-block p {
  margin-bottom: 3rem;
  line-height: 2;
  color: #362619;
  font-size: 1.5rem;
}

.shop-access {
  padding: 5.5rem 0 6rem;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 7rem;
}

@media only screen and (min-width: 768px) {
  .shop-access {
    padding: 8rem 0;
    margin-bottom: 13rem;
  }
}

.shop-access__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.shop-access__address {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .shop-access__address {
    width: 50%;
    max-width: 425px;
  }
}

@media only screen and (min-width: 768px) {
  .shop-access__address .c-inner--ss {
    padding: 0;
  }
}

.shop-access__address dl {
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.8;
}

@media only screen and (min-width: 768px) {
  .shop-access__address dl:last-child {
    margin-bottom: 0;
  }
}

.shop-access__address dl dt {
  color: #362619;
  width: 21%;
  line-height: 1.8;
}

@media only screen and (min-width: 768px) {
  .shop-access__address dl dt {
    padding-top: 1px;
    font-size: 1.5rem;
  }
}

.shop-access__address dl dd {
  color: #362619;
  width: 78%;
  line-height: 1.8;
}

@media only screen and (min-width: 768px) {
  .shop-access__address dl dd {
    font-size: 1.5rem;
  }
}

.shop-access__iframe {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .shop-access__iframe {
    width: 48%;
    margin-left: 2%;
  }
}

@media only screen and (min-width: 768px) {
  .shop-access__iframe .c-inner--ss {
    padding: 0;
  }
}

.shop-access__iframe iframe {
  width: 100%;
}

/* guide */
.guide {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
  .guide {
    margin-bottom: 4rem;
  }
}

.guideBlockA hr {
  margin: 2.5rem 0;
}

@media only screen and (min-width: 768px) {
  .guideBlockA hr {
    margin: 5rem 0;
  }
}

.guideBlockA h2 {
  margin: 3rem 0 2rem;
  padding-left: 5px;
  border-left: 4px solid #759031;
  font-size: 1.7rem;
  font-weight: bold;
  color: #58472A;
}

@media only screen and (min-width: 768px) {
  .guideBlockA h2 {
    margin: 4rem 0 2rem;
  }
}

.guideBlockA p {
  margin: 1.5rem 0;
  line-height: 1.8;
  font-size: 1.5rem;
  text-align: left;
}

.guideBlockA p small {
  font-size: 1.3rem;
  color: #67645C;
  text-align: left;
}

.guideBlockA p.proviso {
  margin: 0 0 1.5rem;
  line-height: 1.5;
}

.guideBlockA .first {
  margin-top: 0;
}

.guideBlockA__img {
  margin: 1rem auto;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .guideBlockA__img {
    margin: 2rem auto;
  }
}

.guideBlockA__img img {
  width: 100%;
  height: auto;
}

.guideBlockA .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .guideBlockA .grid__cell {
    width: 50%;
    max-width: 536px;
    padding: 0 16px;
  }
}

@media only screen and (min-width: 768px) {
  .guideBlockA .grid__cell--small {
    max-width: 502px;
    padding: 0 16px;
  }
}

.guideBlockA__logo01, .guideBlockA__logo03 {
  margin: 1rem 0;
  height: 5rem;
}

.guideBlockA__logo01 img, .guideBlockA__logo03 img {
  height: 100%;
  width: auto;
}

.guideBlockA__logo02 {
  margin: 1rem 0;
  height: 4rem;
}

.guideBlockA__logo02 img {
  height: 100%;
  width: auto;
}

.guideBlockA__card {
  margin: 1rem 0;
  width: 100%;
}

.guideBlockA__card img {
  height: auto;
  width: 100%;
}

.guideBlockA table {
  margin-bottom: 1.5rem;
  width: 100%;
  color: #67645C;
  font-size: 1.2rem;
}

.guideBlockA table tr {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}

.guideBlockA table th, .guideBlockA table td {
  padding: 1.2rem;
  text-align: center;
  font-weight: normal;
  line-height: 1.8;
}

@media only screen and (min-width: 768px) {
  .guideBlockA table th, .guideBlockA table td {
    padding: 1.3rem 2.6rem;
    font-size: 1.4rem;
    min-height: 5.3rem;
  }
}

@media only screen and (min-width: 768px) {
  .guideBlockA table th:nth-child(1), .guideBlockA table td:nth-child(1) {
    width: 13%;
  }
}

@media only screen and (min-width: 768px) {
  .guideBlockA table th:nth-child(2), .guideBlockA table td:nth-child(2) {
    width: 28%;
  }
}

.guideBlockA table th:nth-child(3), .guideBlockA table td:nth-child(3) {
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .guideBlockA table th:nth-child(3), .guideBlockA table td:nth-child(3) {
    width: 59%;
  }
}

.guideBlockA table thead th {
  background-color: #F7F7F7;
}

@media only screen and (min-width: 768px) {
  .guideBlockA table thead th:nth-child(3) {
    text-align: center;
  }
}

.guideBlockB h2 {
  margin: 3rem 0;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

.guideBlockB h3 {
  margin: 6rem 0 4rem;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .guideBlockB h3 {
    margin: 6rem 0 5rem;
    font-size: 2.6rem;
  }
}

.guideBlockB hr {
  margin: 2.5rem 0;
}

@media only screen and (min-width: 768px) {
  .guideBlockB hr {
    margin: 5rem 0;
  }
}

.guideBlockB img {
  width: 100%;
}

.guideBlockB p {
  text-align: left;
  margin: 1.5rem 0;
  line-height: 1.8;
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .guideBlockB p {
    text-align: center;
  }
}

.guideBlockB p small {
  font-size: 1.3rem;
  color: #67645C;
}

.guideBlockB__img {
  margin: 0 auto 4rem;
}

.guideBlockB__imgGrid {
  margin: 0 auto 2rem;
}

.guideBlockB .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .guideBlockB .grid__cell {
    width: 50%;
    max-width: 536px;
    padding: 0 16px;
  }
}

@media only screen and (min-width: 768px) {
  .guideBlockB .grid__cell--small {
    max-width: 502px;
    padding: 0 16px;
  }
}

/* topay */
.guideTopay {
  padding-top: 1rem;
  margin-bottom: 5rem;
}

@media only screen and (min-width: 768px) {
  .guideTopay {
    padding-top: 6rem;
    margin-bottom: 8rem;
  }
}

.guideTopay hr {
  max-width: 1100px;
  margin: 4rem auto;
}

@media only screen and (min-width: 768px) {
  .guideTopay hr {
    margin: 6rem auto;
  }
}

.guideTopay hr:first-child {
  margin: 0 auto 7rem;
}

.guideTopay hr.dashed {
  margin: 3rem auto;
  border-style: dashed;
}

.guideTopay .c-inner {
  max-width: 890px;
}

.guideTopay .proviso {
  margin: 1rem 0;
}

.guideTopay .strong {
  margin: 0;
}

/* postage */
.guidePostage {
  padding-top: 2rem;
  margin-bottom: 7rem;
}

@media only screen and (min-width: 768px) {
  .guidePostage {
    padding-top: 6rem;
    margin-bottom: 8rem;
  }
}

.guidePostage hr {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}

.guidePostage hr:first-child {
  margin: 0 auto 7rem;
}

.guidePostage .c-inner {
  max-width: 890px;
}

.guidePostage-list {
  margin: 3rem 0 2rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .guidePostage-list {
    margin: 2.5rem 0 0;
  }
}

.guidePostage-list__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 31%;
  margin: 0 3.5% 3.5% 0;
  list-style: none;
  height: 4.5rem;
  border: 1px solid #E6E6E6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 768px) {
  .guidePostage-list__item {
    width: 11rem;
    margin: 0 1rem 1rem 0;
  }
}

@media only screen and (min-width: 1024px) {
  .guidePostage-list__item {
    width: 12rem;
    margin: 0 2rem 1rem 0;
  }
}

.guidePostage-list__item:nth-child(3n) {
  margin-right: 0;
}

@media only screen and (min-width: 768px) {
  .guidePostage-list__item:nth-child(3n) {
    margin: 0 2rem 1rem 0;
  }
}

@media only screen and (min-width: 768px) {
  .guidePostage-list__item:last-child {
    margin-right: 0;
  }
}

/* faq */
.guideFaq {
  padding-top: 2rem;
  max-width: 890px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .guideFaq {
    padding-top: 6rem;
    margin-bottom: 8rem;
  }
}

.guideFaq p.guideFaq__intro {
  margin-top: 0;
  letter-spacing: .03em;
}

.guideFaq-list {
  margin-bottom: 5rem;
}

.guideFaq-list dt, .guideFaq-list dd {
  font-size: 1.5rem;
  line-height: 2;
  color: #362619;
}

.guideFaq-list dt a, .guideFaq-list dd a {
  color: #362619;
  text-decoration: underline;
}

.guideFaq-list__item {
  padding: 1rem 6rem 1rem 0;
  border-bottom: 1px solid #E6E6E6;
  position: relative;
}

.guideFaq-list__item .faq-ttl__arrow {
  width: 1rem;
  height: .6rem;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.guideFaq-list__item .faq-ttl__arrow img {
  width: 100%;
  vertical-align: top;
}

.guideFaq-list__item.is-active .faq-ttl__arrow {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

/* guarantee */
.guideGuarantee {
  padding-top: 2rem;
  margin-bottom: 8rem;
}

@media only screen and (min-width: 768px) {
  .guideGuarantee {
    padding-top: 6rem;
    margin-bottom: 8rem;
  }
}

.guideGuarantee p {
  margin: 0 0 3rem 0;
}

.guideGuarantee .color-green {
  color: #607924;
}

.guideGuarantee .c-inner {
  max-width: 890px;
}

.guideGuarantee + .ec-layoutRole__mainBottom .p-voices {
  margin-bottom: 8rem;
}

@media only screen and (min-width: 768px) {
  .guideGuarantee + .ec-layoutRole__mainBottom .p-voices {
    margin-bottom: 10rem;
  }
}

.p-voices--guarantee {
  width: 100%;
  max-width: 890px;
}

@media only screen and (min-width: 768px) {
  .p-voices--guarantee h2 {
    margin-bottom: 4rem;
  }
}

@media only screen and (min-width: 768px) {
  .p-voices--guarantee .p-voicesItem {
    padding-bottom: 2.5rem;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .p-voices--guarantee .p-voicesItem::after {
    background-size: 100% 2px;
  }
}

@media only screen and (min-width: 768px) {
  .p-voices--guarantee .p-voicesItem:first-child {
    padding-top: 0;
  }
}

.p-voices--guarantee .p-voicesItem__title {
  padding: 1.5rem 0;
  line-height: 1.8;
}

.p-voices--guarantee .p-voicesItem__txt {
  line-height: 2;
}

@media only screen and (min-width: 768px) {
  .p-voices--guarantee .p-voicesItem__txt {
    height: 9.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .p-voices--guarantee .p-voicesItem__txt.opened {
    height: auto;
  }
}

/* gift */
.guideGift {
  margin-bottom: 7rem;
  padding-top: 2rem;
}

@media only screen and (min-width: 768px) {
  .guideGift {
    padding-top: 6.5rem;
    margin-bottom: 10rem;
  }
}

.guideGift hr {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}

.guideGift hr:first-child {
  margin: 0 auto;
}

.guideGift .c-inner {
  max-width: 1140px;
}

.guideGift__title {
  margin: 0 0 3rem;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .guideGift__title {
    margin: 0 0 6rem;
    font-size: 2.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .guideGift .guideBlockA p {
    margin: 0 0 2.5rem 0;
  }
}

@media only screen and (min-width: 768px) {
  .guideGift .guideBlockB h3 {
    margin-top: 8rem;
  }
}

.guideGift .guideBlockB p {
  margin: 0 0 1.5rem 0;
  line-height: 1.8;
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .guideGift .guideBlockB p {
    margin: 0 0 3rem 0;
  }
}

.guideGift .guideBlockB p small {
  font-size: 1.3rem;
  color: #67645C;
  line-height: 1.5;
}

.guideGift-slider {
  margin-bottom: 5rem;
}

@media only screen and (min-width: 768px) {
  .guideGift-slider {
    margin-bottom: 6rem;
  }
}

.guideGift-sliderList {
  margin-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
  .guideGift-sliderList {
    margin-bottom: 4rem;
  }
}

.guideGift-slider img {
  width: 100%;
  height: auto;
}

.guideGift-slider p {
  text-align: left;
  line-height: 1.8;
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .guideGift-slider p {
    text-align: center;
  }
}

.guideGift-slider p small {
  font-size: 1.3rem;
  color: #67645C;
}

.guideGift-slider .slick-dots {
  margin-bottom: 0;
  bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .guideGift-slider .slick-dots {
    position: static;
    padding: 1rem 0;
  }
}

.guideGift-slider .slick-dots li {
  padding: 0 2px;
}

@media only screen and (min-width: 768px) {
  .guideGift-slider .slick-dots li {
    padding: 0 2.5px;
  }
}

.guideGift-slider .slick-dots li button {
  width: auto;
  height: auto;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .guideGift-slider .slick-dots li button:before {
    opacity: 1;
    border: 1.5px solid #A0978F;
  }
}

@media only screen and (min-width: 768px) {
  .guideGift-slider .slick-dots li.slick-active button:before {
    background-color: #A0978F;
  }
}

/* eventsmedia */
.p-events {
  max-width: 890px;
  margin: 0 auto;
}

.p-eventsTitle {
  padding: 2rem 0;
}

.p-eventsTitle h1 {
  margin: 0 0 3rem;
  height: 5.8rem;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .p-eventsTitle h1 {
    height: 7.2rem;
    margin: 0 0 3rem;
  }
}

.p-eventsTitle h1 img {
  margin: 0 auto;
  height: 100%;
  width: auto;
  vertical-align: top;
}

.p-eventsTitle p {
  text-align: center;
  line-height: 1.7;
  font-size: 1.2rem;
  color: #3E3C35;
}

@media only screen and (min-width: 768px) {
  .p-eventsTitle p {
    font-size: 1.5rem;
  }
}

.p-eventsTitle p a {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .p-eventsTitle {
    padding: 8rem 0;
  }
}

.p-eventsList {
  border-top: 1px solid #E6E6E6;
}

.p-eventsItem {
  padding: 3rem 0;
  font-size: 1.2rem;
  border-bottom: 1px solid #E6E6E6;
}

@media only screen and (min-width: 768px) {
  .p-eventsItem {
    padding: 40px 0;
  }
}

.p-eventsItem .time {
  display: block;
  margin: 0 0 .5rem;
  font-size: 1.2rem;
  color: #67645c;
}

@media only screen and (min-width: 768px) {
  .p-eventsItem .time {
    font-size: 1.3rem;
  }
}

.p-eventsItem .title {
  margin: 0 0 .5rem;
  font-size: 1.2rem;
  line-height: 1.8;
  color: #3E3C35;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .p-eventsItem .title {
    font-size: 1.5rem;
  }
}

.p-eventsItem p {
  margin-bottom: .5rem;
  font-size: 1.2rem;
  line-height: 1.8;
  color: #3E3C35;
}

@media only screen and (min-width: 768px) {
  .p-eventsItem p {
    font-size: 1.3rem;
  }
}

.p-eventsItem p:last-child {
  margin-bottom: 0;
}

.p-eventsItem p a {
  text-decoration: underline;
}

.p-eventsItem p.color-brown {
  color: #645440;
}

.p-eventsItem p.color-brown a {
  color: #645440;
}

.p-events__list {
  margin-bottom: 6rem;
}

.p-events__pager {
  margin-bottom: 8rem;
}

.p-media {
  max-width: 890px;
  margin: 0 auto;
}

.p-mediaTitle {
  padding: 3rem 0;
}

.p-mediaTitle h1 {
  margin: 0 0 3rem;
  height: 5.8rem;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .p-mediaTitle h1 {
    height: 7.2rem;
    margin: 0 0 3rem;
  }
}

.p-mediaTitle h1 img {
  margin: 0 auto;
  height: 100%;
  width: auto;
  vertical-align: top;
}

.p-mediaTitle p {
  text-align: center;
  line-height: 1.7;
  font-size: 1.2rem;
  color: #3E3C35;
}

@media only screen and (min-width: 768px) {
  .p-mediaTitle p {
    font-size: 1.5rem;
  }
}

.p-mediaTitle p a {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .p-mediaTitle {
    padding: 8rem 0;
  }
}

.p-mediaList {
  border-top: 1px solid #E6E6E6;
}

.p-mediaItem {
  padding: 3rem 0;
  font-size: 1.2rem;
  border-bottom: 1px solid #E6E6E6;
}

@media only screen and (min-width: 768px) {
  .p-mediaItem {
    padding: 40px 0;
  }
}

.p-mediaItem .time {
  display: block;
  margin: 0 0 .5rem;
  font-size: 1.2rem;
  color: #67645c;
}

@media only screen and (min-width: 768px) {
  .p-mediaItem .time {
    font-size: 1.3rem;
  }
}

.p-mediaItem .title {
  margin: 0 0 .5rem;
  font-size: 1.2rem;
  line-height: 1.8;
  color: #3E3C35;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .p-mediaItem .title {
    font-size: 1.5rem;
  }
}

.p-mediaItem p {
  margin-bottom: .5rem;
  font-size: 1.2rem;
  line-height: 1.8;
  color: #3E3C35;
}

@media only screen and (min-width: 768px) {
  .p-mediaItem p {
    font-size: 1.3rem;
  }
}

.p-mediaItem p:last-child {
  margin-bottom: 0;
}

.p-mediaItem p a {
  text-decoration: underline;
}

.p-mediaItem p.color-brown {
  color: #645440;
}

.p-mediaItem p.color-brown a {
  color: #645440;
}

.p-media__list {
  margin-bottom: 6rem;
}

.p-media__pager {
  margin-bottom: 8rem;
}

/* aboutsorder */
.p-order {
  padding-top: 0;
  max-width: 890px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .p-order {
    padding-top: 7rem;
  }
}

.p-order > * {
  max-width: 890px;
  margin: 0 auto;
}

.p-order__title {
  margin-bottom: 3rem;
}

@media only screen and (min-width: 768px) {
  .p-order__title {
    margin-bottom: 4rem;
  }
}

.p-orderTitle {
  border-bottom: 1px solid #e6e6e6;
}

.p-orderTitle h1 {
  color: #645440;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (min-width: 768px) {
  .p-orderTitle h1 {
    font-size: 2rem;
  }
}

.p-order__table {
  margin-bottom: 8rem;
}

@media only screen and (min-width: 768px) {
  .p-order__table {
    margin-bottom: 13rem;
  }
}

.p-orderTable table {
  width: 100%;
}

.p-orderTable tr {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.p-orderTable th, .p-orderTable td {
  color: #362619;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8;
  vertical-align: top;
}

@media only screen and (min-width: 768px) {
  .p-orderTable th, .p-orderTable td {
    font-size: 1.4rem;
  }
}

.p-orderTable th a, .p-orderTable td a {
  color: #362619;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: underline;
}

.p-orderTable th p, .p-orderTable td p {
  margin-bottom: 2rem;
}

.p-orderTable th p:last-child, .p-orderTable td p:last-child {
  margin-bottom: 0;
}

.p-orderTable th {
  padding: 1.5rem .8rem 1.5rem 1rem;
  background-color: #F7F7F7;
  width: 110px;
}

@media only screen and (min-width: 768px) {
  .p-orderTable th {
    padding: 1.5rem 2rem;
    width: auto;
    min-width: 180px;
  }
}

.p-orderTable td {
  padding: 1.5rem 1rem 1.5rem 2rem;
}

.p-abouts {
  padding-top: 0;
  max-width: 890px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .p-abouts {
    padding-top: 7rem;
  }
}

.p-abouts > * {
  max-width: 890px;
  margin: 0 auto;
}

.p-abouts__title {
  margin-bottom: 3rem;
}

@media only screen and (min-width: 768px) {
  .p-abouts__title {
    margin-bottom: 4rem;
  }
}

.p-aboutsTitle {
  border-bottom: 1px solid #e6e6e6;
}

.p-aboutsTitle h1 {
  color: #645440;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (min-width: 768px) {
  .p-aboutsTitle h1 {
    font-size: 2rem;
  }
}

.p-abouts__table {
  margin-bottom: 8rem;
}

@media only screen and (min-width: 768px) {
  .p-abouts__table {
    margin-bottom: 13rem;
  }
}

.p-aboutsTable table {
  width: 100%;
}

.p-aboutsTable tr {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.p-aboutsTable th, .p-aboutsTable td {
  color: #362619;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8;
  vertical-align: top;
}

@media only screen and (min-width: 768px) {
  .p-aboutsTable th, .p-aboutsTable td {
    font-size: 1.4rem;
  }
}

.p-aboutsTable th a, .p-aboutsTable td a {
  color: #362619;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: underline;
}

.p-aboutsTable th p, .p-aboutsTable td p {
  margin-bottom: 2rem;
}

.p-aboutsTable th p:last-child, .p-aboutsTable td p:last-child {
  margin-bottom: 0;
}

.p-aboutsTable th {
  padding: 1.5rem .8rem 1.5rem 1rem;
  background-color: #F7F7F7;
  width: 110px;
}

@media only screen and (min-width: 768px) {
  .p-aboutsTable th {
    padding: 1.5rem 2rem;
    width: auto;
    min-width: 180px;
  }
}

.p-aboutsTable td {
  padding: 1.5rem 1rem 1.5rem 2rem;
}

/* privacy */
.p-guidePrivacy {
  padding-top: 0;
  max-width: 890px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .p-guidePrivacy {
    padding-top: 7rem;
  }
}

.p-guidePrivacy > * {
  max-width: 890px;
  margin: 0 auto;
}

.p-guidePrivacy__title {
  margin-bottom: 3rem;
}

@media only screen and (min-width: 768px) {
  .p-guidePrivacy__title {
    margin-bottom: 4rem;
  }
}

.p-guidePrivacyTitle {
  border-bottom: 1px solid #e6e6e6;
}

.p-guidePrivacyTitle h1 {
  color: #645440;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (min-width: 768px) {
  .p-guidePrivacyTitle h1 {
    font-size: 2rem;
  }
}

.p-guidePrivacy .guideBlockA h2 {
  margin: 0 0 1.5rem;
  font-size: 1.4rem;
  line-height: 1.3;
}

.p-guidePrivacy .guideBlockA p {
  margin: 0 0 1.6rem;
  font-size: 1.2rem;
  line-height: 1.8;
}

@media only screen and (min-width: 768px) {
  .p-guidePrivacy .guideBlockA p {
    font-size: 1.4rem;
  }
}

.p-guidePrivacy .guideBlockA hr {
  margin: 1.5rem 0 2rem;
}

.p-guidePrivacy .guideBlockA hr:last-child {
  margin-bottom: 8rem;
}

@media only screen and (min-width: 768px) {
  .p-guidePrivacy .guideBlockA hr:last-child {
    margin-bottom: 13rem;
  }
}

/* magazine */
.guideMagazine__input {
  margin-bottom: 5.5rem;
  padding: 3.6rem 0;
  background-image: url(../../../../html/template/natural_rounge/assets/img/guide/magazine_bg.png);
  background-size: cover;
  background-position: center center;
}

@media only screen and (min-width: 768px) {
  .guideMagazine__input {
    margin-bottom: 9.5rem;
    padding: 7rem 0;
    background-image: url(../../../../html/template/natural_rounge/assets/img/guide/magazine_bg_pc.png);
  }
}

.guideMagazineInput {
  background-color: #261112;
  width: calc(100% - 28px);
  margin: 0 auto;
  padding: 3rem 7.043%;
}

@media only screen and (min-width: 768px) {
  .guideMagazineInput {
    padding: 5rem 7.043%;
    max-width: 636px;
  }
}

.guideMagazineInput h2 {
  margin-top: 0;
  margin-bottom: 2rem;
  height: 5.6rem;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .guideMagazineInput h2 {
    height: 6.3rem;
    margin: 0 0 2.5rem;
  }
}

.guideMagazineInput h2 img {
  height: 100%;
  width: auto;
  vertical-align: top;
}

.guideMagazineInput .ec-input {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .guideMagazineInput .ec-input {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
}

.guideMagazineInput .ec-input input {
  font-size: 1.3rem;
  margin: 0;
  padding: 2rem;
  height: 5.6rem;
  line-height: 2;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
}

.guideMagazineInput .ec-input input::-webkit-input-placeholder {
  color: #8E8B84;
}

.guideMagazineInput .ec-input input:-ms-input-placeholder {
  color: #8E8B84;
}

.guideMagazineInput .ec-input input::-ms-input-placeholder {
  color: #8E8B84;
}

.guideMagazineInput .ec-input input::placeholder {
  color: #8E8B84;
}

.guideMagazineInput .ec-input .arrow {
  width: 1rem;
  height: 0.6rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.guideMagazineInput .ec-input .arrow img {
  width: 100%;
  vertical-align: top;
}

.guideMagazine__desc {
  margin-bottom: 5rem;
}

@media only screen and (min-width: 768px) {
  .guideMagazine__desc {
    max-width: 890px;
    margin: 0 auto 10rem;
  }
}

.guideMagazineDesc h2 {
  margin: 0 0 2.5rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .guideMagazineDesc h2 {
    font-size: 2.2rem;
    line-height: 2;
    margin: 0 0 5rem;
  }
}

.guideMagazineDesc p {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: .02em;
}

@media only screen and (min-width: 768px) {
  .guideMagazineDesc p {
    font-size: 1.5rem;
    text-align: center;
  }
}

.guideMagazine__ex {
  margin-bottom: 5rem;
}

@media only screen and (min-width: 768px) {
  .guideMagazine__ex {
    max-width: 890px;
    margin: 0 auto 8.5rem;
  }
}

.guideMagazineEx {
  padding: 4rem 0;
  border-top: 1px solid #6F8C28;
  border-bottom: 1px solid #6F8C28;
}

@media only screen and (min-width: 768px) {
  .guideMagazineEx {
    padding: 6rem 0;
  }
}

.guideMagazineEx h2 {
  margin: 0 0 1rem;
  height: 2.5rem;
  text-align: center;
}

.guideMagazineEx h2 img {
  height: 100%;
  width: auto;
  vertical-align: top;
}

.guideMagazineEx ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.guideMagazineEx ul li {
  margin-top: 3rem;
  margin-right: 4%;
  width: 48%;
  padding: 0;
  list-style: none;
}

@media only screen and (min-width: 768px) {
  .guideMagazineEx ul li {
    width: 30%;
    margin-right: 5%;
    margin-top: 5rem;
  }
}

.guideMagazineEx ul li:nth-child(2n) {
  margin-right: 0;
}

@media only screen and (min-width: 768px) {
  .guideMagazineEx ul li:nth-child(2n) {
    margin-right: 5%;
  }
}

@media only screen and (min-width: 768px) {
  .guideMagazineEx ul li:nth-child(3n) {
    margin-right: 0;
  }
}

.guideMagazineEx ul li .img {
  width: 100%;
  margin-bottom: 1.7rem;
}

@media only screen and (min-width: 768px) {
  .guideMagazineEx ul li .img {
    margin-bottom: 2.4rem;
  }
}

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

.guideMagazineEx ul li .txt {
  width: 100%;
  height: 1.7rem;
  font-size: 1.6rem;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .guideMagazineEx ul li .txt {
    font-size: 1.7rem;
  }
}

.guideMagazineEx ul li .txt img {
  height: 100%;
  width: auto;
  max-width: 100%;
  vertical-align: top;
}

/* 404 */
.p-error {
  margin: 1.5rem auto 0;
  padding: 8rem 0 4rem;
  background-image: url(../../../../html/template/natural_rounge/assets/img/common/bg_404.png);
  background-size: cover;
  background-position: center top;
}

@media only screen and (min-width: 768px) {
  .p-error {
    background-image: url(../../../../html/template/natural_rounge/assets/img/common/bg_404_pc.png);
    padding: 10rem 0;
    margin: 6rem auto 0;
    max-width: 1100px;
  }
}

.p-error__title h1 {
  margin: 0 0 3rem;
  text-align: center;
}

.p-error__title h1 img {
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  vertical-align: top;
}

.p-error p {
  margin-bottom: 4rem;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
}

.p-error__btn {
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .p-errorBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-errorBtn__item {
  max-width: 274px;
  margin: 0 auto 2rem;
}

@media only screen and (min-width: 768px) {
  .p-errorBtn__item {
    width: 173px;
    margin: 0 1.8rem;
  }
}

.p-errorBtn__item .ec-blockBtn--action {
  height: 4.7rem;
  line-height: 4.7rem;
}

/* uservoice*/
.tabContent {
  display: none;
}

.is-active-item {
  display: block;
}

.c-review-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 667px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .c-review-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-review-inner .p-voice__txt {
  width: auto;
  margin-top: 0;
}

.c-review-inner .p-voice__txt .star {
  margin-bottom: 1.875rem;
}

.c-review-inner .p-voice__txt .rating {
  margin-bottom: 1.6875rem;
}

.c-review-graph td {
  display: inline-block;
  margin-bottom: 13px;
}

.c-review-graph__star {
  padding-right: 18px;
  font-size: 15px;
  letter-spacing: 0.9px;
  color: #3E3C35;
}

.c-review-graph__boxbg {
  width: 228px;
  height: 21px;
  background-color: #E9ECDF;
}

.c-review-graph__color {
  width: 0;
  height: 21px;
  background-color: #E6C016;
}

.c-review-graph__color.w91 {
  width: 91%;
}

.c-review-graph__color.w7 {
  width: 7%;
}

.c-review-graph__color.w1 {
  width: 1%;
}

.c-review-graph__data {
  padding-left: 10px;
  font-size: 15px;
  color: #6F8C28;
}

.uservoice .p-voices {
  width: 100%;
}

.uservoice .p-voicesList__displaynum {
  display: inline-block;
  margin: 35px 0 15px;
  line-height: 20px;
  color: #3E3C35;
}

.uservoice .p-voices__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.uservoice .p-voices__tab_btn {
  width: 50%;
  margin-bottom: 20px;
  padding: 17px 18px 26px;
  background: #F2F2F2;
  border: 1px solid #e6e6e6;
}

@media only screen and (min-width: 768px) {
  .uservoice .p-voices__tab_btn {
    padding: 20px 20px 38px;
  }

  .ec-layoutRole .ec-layoutRole__mainWithColumn {
    max-width: 925px !important;

  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
      .ec-layoutRole .ec-layoutRole__mainWithColumn {
      width: calc(100% - 220px);
    }
}
.uservoice .p-voices__tab_btn.is-active-btn {
  background-color: #fff;
  border-top: 4px solid #668714;
  border-bottom: none;
}

.uservoice .p-voices__tab_btn-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.uservoice .p-voices__tab img {
  display: none;
  width: auto;
  height: 39px;
}

@media only screen and (min-width: 768px) {
  .uservoice .p-voices__tab img {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .uservoice .p-voices__tab_btn__data {
    padding-left: 18px;
  }
}

.uservoice .p-voices__tab_btn__data .number {
  margin: 10px 0;
  font-size: 14px;
  color: #3E3C35;
}

.uservoice .p-voices__tab_btn__data .number span {
  font-weight: bold;
  color: #6F8C28;
}

.uservoice .p-voices__tab_btn__data .star {
  display: inline-block;
}

.uservoice .p-voices__tab_btn__data .star .img img {
  display: inline-block;
  width: 20px;
  height: auto;
  margin-right: 6px;
  vertical-align: top;
}

.uservoice .p-voices__tab_btn__data .rating {
  display: inline-block;
  height: 24px;
  margin-top: 13px;
  padding: 4px 26px;
  background: #E8F0D3;
  border-radius: 30px;
  font-size: 11px;
  color: #657E26;
}


@media only screen and (max-width: 768px) {
  .uservoice .p-voices__tab_btn__data .rating {
    width : 124px;
    padding: 4px 20px;
  }
}



@media only screen and (min-width: 768px) {
  .uservoice .p-voices__tab_btn__data .rating {
    margin-top: 0;
  }
}

.uservoice .p-voices__tab_btn__data .rating span {
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .uservoice .p-filter {
    padding: 0;
  }

  .p-voicesItem__btn {
    bottom : 0 !important;
    position: relative;
    padding: 0;
  }

  .p-voices__tab_btn__data .tbpc_only {
    margin-top : 0px !important;
  }
}

.uservoice .sp_only .p-filter {
  padding: 0 10px;
}

.uservoice .sp_only .p-filterList {
  padding: 0 10px;
  overflow-x: scroll;
  padding-bottom: 15px !important;
}

@media only screen and (max-width: 768px) {
  .uservoice .p-voicesList__displaynum {
    margin-top : 35px !important;
  }
}

.uservoice .sp_only .p-sort {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding: 0 10px;
}

.uservoice .sp_only .p-sort li {
  text-align: center;
}
/*# sourceMappingURL=customize.css.map */

.p-voicesItem__left {
  height: fit-content;
  background-color: #F3F5ED;
  padding : 15px;
}

.c-review-graph__star {
  cursor: pointer;
}

@media only screen and (max-width : 768px) {
  .p-voices__tab_btn  {
    text-align: center;
  }
}

.show-more {
  padding: 0 0 4rem;
  position: absolute;
  left : 40%;
  padding-left : 40px;
  bottom: 50px;
}

.p-voicesItem__txt {
  margin-bottom : .5rem;
  height: auto;
}

.made_prev_txt {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  transition: all 0.3s ease, background-position 1ms;
  position: relative;
}
.made_prev_txt:after {
  height: 35px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.005) 100%);
}
.p-voicesItem__txt.opened .made_prev_txt:after {
  display: none;
}

@media only screen and (max-width : 768px) {
  .show-more {
    padding: 0 0 4rem;
    position: absolute;
    left : 0;
    padding-left : 0px;
    bottom: 70px;
  }

  .p-voicesItem__txt {
    margin-bottom : 0rem;
  }

  .p-voices__tab_btn {
    height: 124px;
    padding : 6px 18px 26px !important;
  }
}

@media only screen and (min-width : 1200px) {
  .show-more {
    bottom: 95px;
  }

  .p-voices__tab_btn {
    height: 97px !important;
  }
}
@media only screen and (min-width : 768px) {
  .p-voicesItem__txt.opened {
    margin-bottom: .5rem;
  }
}

.p-voices__tab_btn {
  padding-bottom : 20px !important;
}

.p-voices__tab_btn-inner .icon {
  margin-top : 2px;
  height: 50px !important;
}

.p-voices__tab_btn-inner {
  align-items: center;
}

.sp-header__menu {
  position: absolute;
  top: 22px;
  display: flex;
  right: 4%;
}

.ec-cartNaviNull {
  background-color: #A5B382;
  min-width: 300px;
  max-width: 300px;
  margin-right: -15px;
  box-shadow: 0 0 6px #A5B382;
  border: .5px solid #A5B382;
  border-radius: 4px;
  z-index: 20;
  position: fixed;
  right: 16px;
}

.ec-cartNaviNull p {
  font-size: 14px !important;
  font-weight: bold;
  color: #fff;
}

.cart-null-close {
    font-size: 20px !important;
    opacity: .5 !important;
    color: #fff !important;
}


.p-header-nav2 li a:hover img {
  border-bottom: none;
}
.p-header-nav2 li a {
  position: relative;
}
.p-header-nav2 li a::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(100% - 6rem);
  opacity: 0;
  transform: scale(0, 1);
  transform-origin: left center;
  border-bottom: 1px solid #505050;
  transition: transform 0.3s, opacity 0.3s;
  margin: auto;
}
.p-header-nav2 li a:hover::after {
  opacity: 1;
  transform: scale(1, 1);
}
.p-header-nav2 li:first-child a::after {
  width: calc(100% - 3rem);
  right: inherit;
}
.p-header-nav2 li:last-child a::after {
  width: calc(100% - 3rem);
  left: inherit;
}

.sp-headerB {
  transform: translateY(0%) !important;
}

.ec-cartNaviIsset.is-active{
  overflow-y: auto !important;
  max-height: 350px !important;
  display: inline !important;
}
.p-header__acc.target_header_acc {
  display: initial;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.p-header__acc.target_header_acc.is_active {
  visibility: visible;
  opacity: 1;
}

.ec-cartProductList{
  overflow-y: auto !important;
  max-height: 350px !important;
  margin-bottom: 10px;
}
@media only screen and (min-width : 768px) {
  .p-header-menu__item .ec-input {
    z-index: 100;
  }
  .p-fvA.-voice h1 {
    height: 6.4rem;
  }
  .p-voices__tab_btn-inner .icon {
    height: 36px !important;
  }
  .p-footer-menu > ul > li > a {
    font-size: 1.6rem;
    padding: 10px 0;
  }
  .p-footer-menu > ul > li > a img {
    height: 15px;
    display: block;
  }
  .ec-blockTopBtn {
    z-index: 20;
    width: 35px;
    height: 155px;
    padding-bottom: 28px;
    right: 0;
    bottom: 0;
    background-color: transparent;
 }
}
@media only screen and (min-width: 768px) and (max-width:1023px){
  .ec-layoutRole .ec-layoutRole__left {
    width: auto;
  }
  .p-left:first-child {
    padding: 0 0 20px 0;
  }
  .p-voicesItem__right {
    padding-left: 2%;
  }
  .p-voicesItem__txt {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .p-left-filter label span {
    font-size: 1.2rem;
  }
}

.p-voices__tab_btn-inner {
  align-items: center;
}
/*sp_menu_scroll*/
.p-drawer-list li:last-child {
  margin-bottom: 17rem;
}
.p-drawer-search {
  padding-bottom: 0;
}

.p-drawer-list{
   overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
}
.sp-header-custom {
  position: static;
}
/*text color*/
.p-voicesItem__txt {
  color: #67645C;
}


/* new update header SP */

.sp-header__menu {
  top: 15px !important;
}
.tbpc-searchSPInputTitle .icon svg {
  height: 100%;
  width: 25px;
  margin-right: 5px;
  margin-bottom: -5px;
}
.sp-headerMenu li {
  margin: 0 2px;
}
@media screen and (max-width: 768px) {
.ec-input {
  display: none;
}
 .ec-input::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-bottom: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  position: absolute;
  top: 49px;
  left: 75%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-left: -8px;
  -webkit-box-shadow: 5px 5px 8px -2px rgba(0, 0, 0, 0.11);
  box-shadow: 5px 5px 8px -2px rgba(0, 0, 0, 0.11);
  z-index: 2;
}
#searchbox-input {
  position: absolute;
right: 0;
top: 57px;
left: 0;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  border-radius: 3px;
  height: 40px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 21px;
  margin-bottom: 10px;
  border: none;
  margin: 0;
  font-size: 1.3rem;
  border: 1px solid #D9D9D9;
  padding: 6px 12px 4px;
  margin-bottom: 10px !important;
  width: 80%;
  margin: 0 auto;
}
.close {
  display: inline-block;
  position: absolute;
  right: 12%;
  height: 3rem;
  top: 85px;
  -webkit-transform: translateY(-1.8rem);
  transform: translateY(-1.8rem);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}
.sp-header-custom {
  padding-top: 7px;
  padding-bottom: 0;
}
}
.p-fvA h1 {
  margin-top: 0;
}


.p-header-btn3 {
  width: unset;
  height: unset;
  padding: 14px 0 0 15px;
  top: 4px;
  z-index: 2;
}
.ec-layoutRole__header {
  height: 100px;
}

.p-header-menu2 li img {
  height : 23px !important;
}
