@charset "UTF-8";
/* transition */
button {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}


@media screen and (min-width:668px) {
.Header .Header__left .link-box { display:none; }
}

@media screen and (max-width: 667px) {
  html, body {
    min-width: 100%;
    width: 100%;
    border: 0;
  }

  a, button {
    cursor: pointer;
  }
  a:hover, button:hover {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    zoom: 1;
  }

  .pc {
    display: none !important;
  }

  .Header__left, .Content, .Footer__inner {
    width: 100%;
    padding: 0 20px;
  }

  .Header, .Content__left, .Content__right {
    width: 100%;
  }

  /*=======================
  	Header
  =======================*/
  .Header { position:absolute; top:-70px; height:70px; margin: 0; }
  .Header .Header__logo { margin-top:3.4em; line-height:1; }
  .Header .Header__logo a { display:block; margin-bottom:1.2em; }
  .Header .Header__logo img { width:150px; }
  .Header .Header__left {
    border-top: 4px solid #BCB9AD;
    width: 100%;
    height: 100%;
    -js-display: flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 20;
    background: #fff;
  }
  .Header .Header__left > p:not([class]) { position:absolute; top:.4em; left:2vw; line-height:2.2em; }
  .Header .Header__left > p:not([class]) img { height:2.2em; margin:0 .2em; }
  .Header .Header__left .link-box { display:flex; justify-content:space-between; width:9em; margin:0 1.4em 0 auto; }
  .Header .Header__left .link-box a { display:block; width:calc(100%/2 - .2em); padding:.2em 0; background:#f3f8f4; }
  .Header .Header__left .link-box p { text-align:center; font-size:12px; letter-spacing:.06em; color:#32693e; }
  .Header .Header__left .link-box svg { display:block; width:1.8em; margin:0 auto .2em; fill:#32693e; }
  .Header .Header__nav_btn,
  .Header .Header__nav_btn span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .Header .Header__nav_btn {
    position: relative;
    min-width: 24px;
    width: 24px;
    height: 20px;
  }
  .Header .Header__nav_btn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #5F5F5F;
  }
  .Header .Header__nav_btn span:nth-of-type(1) {
    top: 0;
  }
  .Header .Header__nav_btn span:nth-of-type(2) {
    top: 20px;
  }
  .Header .Header__nav_btn span:nth-of-type(3) {
    bottom: 8px;
  }
  .Header .Header__nav_btn.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .Header .Header__nav_btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .Header .Header__nav_btn.active span:nth-of-type(3) {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
  .Header .Header__nav--sp {
    position: absolute;
    width: 100%;
    background: #fff;
    top: 70px;
    z-index: 10;
  }
  .Header .Header__nav--sp > ul {
    -js-display: flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .Header .Header__nav--sp .Header__nav__list {
    width: 50%;
    text-align: center;
  }
  .Header .Header__nav--sp .Header__nav__list:nth-child(1), .Header .Header__nav--sp .Header__nav__list:nth-child(4), .Header .Header__nav--sp .Header__nav__list:nth-child(5) {
    background-color: #F4F4F4;
  }
  .Header .Header__nav--sp .Header__nav__list a {
    display: block;
    font-weight: bold;
    color: #5F5F5F;
    padding: 32px 0 32px 10px;
    background-repeat: no-repeat;
    background-position: left 20px center;
  }
  .Header .Header__nav--sp .Header__nav--repellant {
    background-position: left 30px center;
  }
  .Header .Header__nav--sp .Header__about {
    margin-top: 0;
  }
  .Header .Header__nav--sp .Header__about a {
    font-weight: normal;
    height: auto;
    float: none;
    line-height: 1.4;
    padding: 24px 0;
    margin: 0;
    background: #fff;
  }
  .Header .Header__nav--sp .Header__about a:before {
    left: 14px;
  }

  .overlay {
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }

  .Sns_btn {
    width: 248px;
    margin: 24px auto;
  }

  /* 投稿-グッズ一覧 */
  .Content__goods .Content__goods__list {
    margin-top: 16px;
    display: inline-block;
  }
  .Content__goods .Entry__img img {
    height: 112px;
  }
  .Content__goods .Entry__cont {
    min-height: 104px;
    padding: 8px 8px 24px;
  }
  .Content__goods .Entry__price {
    margin-top: 8px;
  }
  .Content__goods + .Sns_btn {
    margin-top: 24px;
  }
  .Content__goods .bx-wrapper {
    margin: 0 16px;
  }
  .Content__goods .goods-prev, .Content__goods .goods-next {
    top: 140px;
  }

  .searchform {
    margin: 16px 5%;
    width: 90%;
  }

  /*=======================
  	Content
  =======================*/
  .Content {
    margin: 70px 0 32px; padding-top:.6em;
  }

  .Breadcrumb {
    font-size: 12px;
    line-height: 1.6;
  }

  /* 記事一覧-スライド */
  .Top_entry, .Recommend_entry {
    width: 100%;
    height: auto;
  }
  .Top_entry li, .Recommend_entry li {
    height: auto;
  }
  .Top_entry .Entry__img img, .Recommend_entry .Entry__img img {
    height: 214px;
  }
  .Top_entry .Entry__cont, .Recommend_entry .Entry__cont {
    padding: 24px 24px 56px;
  }
  .Top_entry .Entry__ttl, .Recommend_entry .Entry__ttl {
    font-size: 2rem;
  }

  .bx-next, .bx-prev {
    height: 20px;
    width: 20px;
  }

  .btn-prev, .btn-next {
    height: 20px;
    width: 12px;
    top: 190px;
  }
  .btn-prev:before, .btn-next:before {
    width: 12px;
    height: 12px;
    border: 0px;
  }

  .btn-prev {
    left: -13px;
  }
  .btn-prev:before {
    border-bottom: solid 2px #5F5F5F;
    border-left: solid 2px #5F5F5F;
    left: 0;
  }

  .btn-next {
    right: -10px;
  }
  .btn-next:before {
    border-top: solid 2px #5F5F5F;
    border-right: solid 2px #5F5F5F;
    right: 0;
  }

  /* 記事一覧-最新 */
  .New_entry, .Rank_entry {
    margin-top: 32px;
  }
  .New_entry .Entry__img, .Rank_entry .Entry__img {
    width: 120px;
    min-width: 120px;
    height: 76px;
  }
  .New_entry .Entry__img img, .Rank_entry .Entry__img img {
    height: 76px;
  }
  .New_entry .Entry__cont, .Rank_entry .Entry__cont {
    width: 100%;
    padding-left: 12px;
  }
  .New_entry .Entry__ttl, .Rank_entry .Entry__ttl {
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .New_entry .Entry__cat, .Rank_entry .Entry__cat, .New_entry .Entry__date, .Rank_entry .Entry__date {
    margin-top: 8px;
  }
  .New_entry .Entry__cat, .Rank_entry .Entry__cat {
    font-size: 1.2rem;
  }

  /* 記事一覧-ランキング */
  .Rank_entry .Entry__cont {
    width: 100%;
  }
  .Rank_entry .Entry__img .Entry__num {
    font-size: 1.2rem;
  }

  /* 記事一覧-おすすめ */
  .Recommend_entry {
    margin-top: 32px;
    height: auto;
    width: auto;
    overflow: auto;
  }
  .Recommend_entry .Recommend_entry__list {
    -js-display: flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 16px;
  }
  .Recommend_entry li {
    height: auto;
    width: 49%;
    margin-bottom: 8px;
  }
  .Recommend_entry .Entry__img img {
    height: 94px;
  }
  .Recommend_entry .Entry__cont {
    padding: 12px 10px 14px;
  }
  .Recommend_entry .Entry__ttl {
    font-size: 1.2rem;
  }
  .Recommend_entry .Entry__cat, .Recommend_entry .Entry__date {
    margin-top: 8px;
    font-size: 1rem;
  }
  .Recommend_entry .Entry__cat {
    padding: 0 2px;
    height: 16px;
    line-height: 16px;
  }
  .Recommend_entry .Entry__date {
    padding-left: 4px;
  }

  /*=======================
  	single.php
  =======================*/
  .Content__entry {
    margin-top: 16px;
  }

  .Entry__ttl {
    font-size: 2.4rem;
  }

  .Entry__head {
    display: block;
    margin-top: 16px;
  }
  .Entry__head .Entry__head__inner {
    width: 100%;
    display: block;
  }
  .Entry__head .Sns_btn {
    margin: 8px 0 0;
  }

  .Section__catch {
    margin-top: 32px;
    padding: 0;
  }

  .Entry__contents {
    margin-top: 32px;
    padding: 24px 32px;
  }

  .Content__section {
    margin-top: 24px;
  }
  .Content__section#Entry__section--1 {
    margin-top: 48px;
  }
  .Content__section .Section__ttl {
    margin-top: 24px;
  }
  .Content__section .Section__text {
    padding: 0;
  }
  .Content__section .Section__img {
    margin-top: 24px;
    width: 100%;
    padding: 0;
  }

  .Section__block {
    padding: 0;
  }
  .Section__block .Block__ttl {
    margin-top: 24px;
    font-weight: bold;
  }

  /* くらしとアロマについて */
  .Content__about .Content__section {
    margin-top: 24px;
  }
  .Content__about .Section__text {
    padding: 0;
  }

  /* 会社概要 about */
  .company_about {
    margin-bottom: 32px;
  }
  .company_about > div > div:first-child {
    padding: 16px;
  }
  .company_about .company_about__bg {
    width: 30%;
  }
  .company_about .company_about__catch {
    font-size: 4vw;
    margin-top: 0;
  }
  .company_about .company_about__txt {
    font-size: 3vw;
    line-height: 1.6;
  }
  .company_about > a {
    font-size: 4.4vw;
  }
  .company_about + .New_entry, .company_about + .Rank_entry {
    margin-bottom: 32px;
  }

  /* メルマガ LINE */
  .contact__sns {
    display: block;
    margin: 48px 0 24px;
  }
  .contact__sns > section {
    width: 100%;
  }
  .contact__sns > section + section {
    margin-top: 16px;
  }
  .contact__sns .sns_line {
    padding: 16px;
  }
  .contact__sns .sns_line p {
    font-size: 4vw;
  }
  .contact__sns #index_mail dt p, .contact__sns #index_mail dd p {
    font-size: 4.2vw;
    line-height: 1.6;
  }
  .contact__sns #index_mail dd {
    padding: 16px;
  }

  /*=======================
  	archive.php
  =======================*/
  .Content__archive > .Entry__ttl {
    margin-top: 16px;
  }
  .Content__archive .New_entry, .Content__archive .Rank_entry {
    margin-top: 24px;
  }
  .Content__archive + .Content__right .Rank_entry {
    margin-top: 0;
  }


  /*=======================
  	Footer
  =======================*/
  .Footer .Footer__inner {
    display: block;
    height: auto;
    padding: 32px 32px 40px;
  }
  .Footer .Footer__list {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .Footer .Footer__list p {
    margin: .5em;
  }
  .Footer .Footer__logo {
    margin-top: 40px;
  }
  .Footer .Footer__copy {
    margin-top: 32px;
  }
}


@media screen and (max-width:320px) {
.Header .Header__left { padding:0 10px; }
.Header .Header__left .link-box { width:8em; margin-right:.6em; }
}





.Sns_btn {
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
	align-items:center;
	width:100%;
}
.Sns_btn > iframe { margin-left:5px; }

@media screen and (max-width:667px) {
.Sns_btn { width:calc(100% - 2em); }
}




/*SNS*/
.sns_link {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	padding:.6em 1em;
	background:#f4f4f4;
	box-sizing:border-box;

}
.Header__right.pc > .sns_link { justify-content:flex-end; padding:0; background:none; }
.Header__nav--sp.sp > .sns_link { font-size:1.1em; background:none; }
.Content__entry + .sns_link { margin-top:1em; font-size:1.1em; }

.sns_link h2 { margin:0 1em 0 0;}

.sns_link ul {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	width:7.4em;
	margin:0;
}
.sns_link li { margin-right:.6em; }
.sns_link li:first-of-type { margin-right:.9em; }
.sns_link li:last-of-type { margin-right:0; }
.sns_link a { display:block; }
.sns_link a:hover {  opacity:.4; }
.sns_link svg { display:block; width:1.2em; height:1.2em; margin:auto; }
.sns_link li:first-of-type svg { width:1.3em; height:1.3em; }

svg.line { fill:#31ae36; }
svg.instagram { fill:#e4405f; }
svg.facebook { fill:#3c5a9a; }
svg.twitter { fill:#45b0e4; }
svg.youtube { fill:#e3403e; }


@media screen and (min-width:668px) {
.sns_link h2 { display:none; }
}

@media screen and (max-width:667px) {
.Entry__head > .sns_link { margin-top:1em; }
}

@media screen and (max-width:370px) {
.sns_link { font-size:.9em; }
}


/*popular*/
.popular {
	padding:.6em 1em;
	background:#f4f4f4;
	box-sizing:border-box;

}
.popular h2 { margin:0 1em 0 0;color:#d02929;}
.popular h2 a{ text-decoration:underline;color:#0085cd;}





@media screen and (max-width:667px) {
.Entry__head > .popular { margin-top:1em; }
}

@media screen and (max-width:370px) {
.popular { font-size:.9em; }
}

