@font-face {
  font-family: "Swiss721 BT W05 Thin";
  src: url("/cdn/shop/files/df73e50a-d8b3-4761-a82c-ec695595826a.woff2?v=1614142169") format("woff2"), url("/cdn/shop/files/8fd2ae50-0db6-4d29-b14c-7b199d89d005.woff?v=1614142164") format("woff")
}
header {
  display: block
}
* {
  margin: 0;
  padding: 0
}
body {
  font-family: "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  letter-spacing: 0;
  -webkit-font-feature-settings: palt;
  font-feature-settings: palt;
  margin-top: -15px;
  width: 100%;
  color: #4c4948;
}
a {
  color: #502c1e;
  text-decoration: none;
  font-family: "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif
}
img {
  width: 100%
}
.l-header {
  color: #502c1e;
  top: 0;
  left: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  z-index: 1020;
  position: absolute;
  width: 100%
}
@media only screen and (max-width: 767px) {
  .pc, .PC {
    display: none !important
  }
}
@media only screen and (min-width: 768px) {
  .sp, .SP {
    display: none !important
  }
}
.l-header {
  opacity: 1
}
body.disabled-scroll {
  overflow: hidden;
  position: relative
}
body.disabled-scroll:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999
}
#main_content {
  margin-top: 115px
}
@media only screen and (max-width: 767px) {
  #main_content {
    margin-top: 80px
  }
}
.menu-special {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  z-index: 10;
  overflow: hidden
}
@media only screen and (max-width: 767px) {
  .menu-special {
    top: 65px;
    position: fixed;
    z-index: -1
  }
}
.menu-special.show-menu {
  z-index: 10
}
.menu-special.show-menu .list-menu-special {
  transform: translate(0, 0)
}
.menu-special .list-menu-special {
  transform: translate(0, -100%);
  transition: all 0.3s;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 67px
}
@media only screen and (max-width: 767px) {
  .menu-special .list-menu-special {
    padding-top: 65px;
    padding-bottom: 84px
  }
}
.menu-special .list-menu-special li {
  text-align: center;
  margin-bottom: 36px
}
.menu-special .list-menu-special li:last-child {
  margin-bottom: 0
}
.menu-special .list-menu-special li.link-insta span {
  position: relative;
  padding-left: 26px
}
.menu-special .list-menu-special li.link-insta span:before {
  position: absolute;
  content: '';
  background: url(/cdn/shop/files/earthday__ico_insta.png) no-repeat;
  background-size: 100% 100%;
  width: 15px;
  height: 15px;
  left: 2px;
  top: 50%;
  margin-top: -6px
}
.menu-special .list-menu-special li a {
  font-size: 16px;
  letter-spacing: 0.7px
}
@media only screen and (max-width: 767px) {
  .menu-special .list-menu-special li a {
    font-size: 15px
  }
}
.content-top {
  position: relative;
  padding: 117px 20px 45px;
  background: url(/cdn/shop/files/earthday__main_bg.png) no-repeat;
  background-size: cover
}
@media only screen and (max-width: 767px) {
  .content-top {
    padding: 115px 38px 45px;
    background-image: url(/cdn/shop/files/earthday__main_bg_sp.jpg)
  }
}
.content-top .title-content-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  text-align: center;
  font-size: 26px;
  color: #fff;
  background: url(/cdn/shop/files/earthday__bg_main_title.jpg) repeat;
  background-size: 100% 100%;
  padding: 11px 0 15px;
  letter-spacing: 2.8px
}
@media only screen and (max-width: 767px) {
  .content-top .title-content-top {
    font-size: 17px;
    padding: 7px 0 11px;
    line-height: 1.4;
    letter-spacing: 2px
  }
}
.content-top .title-content-top span {
  font-size: 30px
}
@media only screen and (max-width: 767px) {
  .content-top .title-content-top span {
    font-size: 19px
  }
}
.content-top .detail-top {
  max-width: 390px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
  padding: 40px 0
}
@media only screen and (max-width: 767px) {
  .content-top .detail-top {
    max-width: 300px;
    padding-top: 38px;
    padding-bottom: 30px
  }
}
.content-top .detail-top .logo-insta {
  max-width: 157px;
  margin: 0 auto 24px
}
@media only screen and (max-width: 767px) {
  .content-top .detail-top .logo-insta {
    max-width: 125px;
    position: relative;
    left: -8px;
    margin-bottom: 21px
  }
}
.content-top .detail-top .big-txt {
  max-width: 228px;
  margin: 0 auto 17px
}
@media only screen and (max-width: 767px) {
  .content-top .detail-top .big-txt {
    max-width: 202px;
    margin-bottom: 9px
  }
}
.content-top .detail-top .txt-date {
  max-width: 268px;
  margin: 0 auto 15px
}
@media only screen and (max-width: 767px) {
  .content-top .detail-top .txt-date {
    max-width: 207px
  }
}
.content-top .detail-top .tags {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.5px;
  margin-bottom: 17px
}
@media only screen and (max-width: 767px) {
  .content-top .detail-top .tags {
    font-size: 13px;
    margin-bottom: 15px
  }
}
.content-top .detail-top .desc {
  font-size: 12px;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.3px;
  padding: 0 65px;
  margin-bottom: 29px
}
@media only screen and (max-width: 767px) {
  .content-top .detail-top .desc {
    font-size: 11px;
    padding: 0 35px;
    margin-bottom: 23px
  }
}
.content-top .detail-top .desc strong {
  padding-bottom: 2px;
  border-bottom: solid 1px
}
.content-top .detail-top .gradient-btn {
  cursor: pointer;
  display: block;
  max-width: 200px;
  margin: 0 auto;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 40px;
  color: #fff;
  font-size: 14px;
  background-image: linear-gradient(to right, #ffa282, #f38bf7);
  transition: all 0.3s
}
.content-top .detail-top .gradient-btn:hover {
  opacity: 0.7
}
.content-bottom {
  margin-top: 24px
}
.content-bottom .vsm-tile {
  padding: 0
}
.content-bottom .ecbn-selection-wrapper .ecbn-selection-title, .content-bottom .ecbn-selection-page-wrapper .ecbn-selection-title, .content-bottom .ecbn-selection-wrapper .ecbn-selection-description, .content-bottom .ecbn-selection-page-wrapper .ecbn-selection-description {
  display: none
}
.ecbn-selection-widget, .vsm-gallery .ecbn-selection-page-wrapper .ecbn-selection-content, .vsm-tile .ecbn-selection-page-wrapper .ecbn-selection-content, .vsm-tile-goods .ecbn-selection-page-wrapper .ecbn-selection-content {
  max-width: 100% !important
}
@media only screen and (max-width: 767px) {
  .ecbn-selection-preview .ecbn-selection-preview-content {
    height: 92vh
  }
}
.index__search-keyword, .c-emergency {
  display: none
}
.right-popup {
  position: fixed;
  top: 0;
  right: -200%;
  z-index: 9999;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  transition: all 0.5s
}
@media only screen and (max-width: 767px) {
  .right-popup {
    width: 100%
  }
}
.right-popup.show-popup {
  right: 0
}
.right-popup .close-popup {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 50px;
  z-index: 9999;
  background: #c2dddf;
  cursor: pointer
}
@media only screen and (max-width: 767px) {
  .right-popup .close-popup {
    left: auto;
    right: 0
  }
}
.right-popup .close-popup:before {
  position: absolute;
  content: '';
  width: 28px;
  height: 1px;
  background: #fff;
  transform: rotate(45deg);
  top: 50%;
  left: 50%;
  margin-left: -14px
}
.right-popup .close-popup:after {
  position: absolute;
  content: '';
  width: 28px;
  height: 1px;
  background: #fff;
  transform: rotate(-45deg);
  top: 50%;
  left: 50%;
  margin-left: -14px
}
.right-popup .content-popup {
  overflow-y: scroll;
  height: 100%
}
.right-popup .content-popup .content-popup-top {
  padding: 96px 50px 60px;
  background: #e2eced;
  position: relative;
  overflow: hidden
}
@media only screen and (max-width: 767px) {
  .right-popup .content-popup .content-popup-top {
    padding: 64px 24px 52px
  }
}
.right-popup .content-popup .content-popup-top .line {
  position: absolute;
  z-index: 0
}
.right-popup .content-popup .content-popup-top .line.line-1 {
  max-width: 203px;
  left: 0;
  top: 0
}
@media only screen and (max-width: 767px) {
  .right-popup .content-popup .content-popup-top .line.line-1 {
    top: -55px
  }
}
.right-popup .content-popup .content-popup-top .line.line-2 {
  right: 0;
  top: 40%
}
@media only screen and (max-width: 767px) {
  .right-popup .content-popup .content-popup-top .line.line-2 {
    top: 57%
  }
}
.right-popup .content-popup .content-popup-top .line.line-3 {
  bottom: 16%;
  right: -7px
}
@media only screen and (max-width: 767px) {
  .right-popup .content-popup .content-popup-top .line.line-3 {
    bottom: 14%
  }
}
.right-popup .content-popup .content-popup-bottom {
  padding: 35px 50px 46px;
  background: #fff
}
@media only screen and (max-width: 767px) {
  .right-popup .content-popup .content-popup-bottom {
    padding: 35px 25px 40px
  }
}
.right-popup .content-popup .content-popup-bottom .title-popup-bottom {
  text-align: center;
  line-height: 1.7;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 21px
}
.right-popup .content-popup .content-popup-bottom .txt-intro {
  text-align: justify;
  line-height: 1.7;
  font-size: 12px;
  letter-spacing: 0;
  margin-bottom: 32px
}
@media only screen and (max-width: 767px) {
  .right-popup .content-popup .content-popup-bottom .txt-intro {
    margin-bottom: 23px
  }
}
.right-popup .content-popup .content-popup-bottom .row .desc {
  line-height: 1.9;
  font-size: 12px
}
@media only screen and (max-width: 767px) {
  .right-popup .content-popup .content-popup-bottom .row .desc {
    letter-spacing: -0.4px
  }
}
.right-popup .content-popup .content-popup-bottom .row .desc span {
  font-weight: 600;
  display: block;
  margin-bottom: 5px
}
.right-popup .content-popup .row {
  margin-bottom: 31px;
  position: relative;
  z-index: 2
}
.right-popup .content-popup .row:last-child {
  margin-bottom: 0
}
.right-popup .content-popup .row .title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 14px
}
@media only screen and (max-width: 767px) {
  .right-popup .content-popup .row .title {
    margin-bottom: 11px
  }
}
.right-popup .content-popup .row .desc {
  font-size: 14px;
  line-height: 1.7
}
.right-popup .content-popup .row .note {
  font-size: 12px;
  margin-top: 10px
}
.right-popup .content-popup .row .note a {
  padding-bottom: 2px;
  border-bottom: solid 1px
}
.right-popup .content-popup .row ul li {
  font-size: 14px;
  text-indent: -1.5em;
  margin-left: 1.5em;
  letter-spacing: -0.1px;
  margin-bottom: 8px;
  line-height: 1.7;
  margin-bottom: -1px;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .right-popup .content-popup .row ul li {
    margin-bottom: 5px
  }
}
.right-popup .content-popup .row ul li:last-child {
  margin-bottom: 0
}
.right-popup .content-popup .row ul li strong {
  font-size: 18px;
  font-weight: normal;
  margin-right: 6px
}
.right-popup .content-popup .img-popup {
  max-width: 558px;
  margin-top: -28px;
  margin-left: 34px;
  position: relative
}
@media only screen and (max-width: 767px) {
  .right-popup .content-popup .img-popup {
    max-width: 329px;
    margin: 0;
    position: relative;
    right: -12px
  }
}
#shopify-section-header header {
  transform: unset !important
}
#powrIframeLoader {
  display: none !important
}
@media only screen and (max-width: 767px) {
  .l-header {
    position: fixed !important
  }
}
.l-header__head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 100%;
  z-index: 3000
}
@media only screen and (max-width: 767px) {
  .l-header__head {
    height: 65px
  }
}
.l-header__head-menu {
  position: relative;
  left: 40px;
  width: 30px;
  cursor: pointer;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  .l-header__head-menu {
    left: 20px
  }
}
.l-header__head-logo {
  height: 62px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 92px
}
@media only screen and (max-width: 767px) {
  .l-header__head-logo {
    width: 60px;
    height: auto;
    top: 14px
  }
}
.l-header__head-logo h1 {
  padding: 0;
  margin: 0
}
.l-header__head-logo a {
  display: block;
  line-height: 1
}
.l-header__head-tool {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.l-header__head-menu-border {
  position: relative
}
.l-header__head-menu-border span {
  background-color: #502c1e;
  display: block;
  position: absolute;
  left: 0;
  height: 1px;
  -webkit-transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  width: 100%
}
.l-header__head-menu.is-active .l-header__head-menu-border span:nth-of-type(1) {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.l-header__head-menu.is-active .l-header__head-menu-border span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.l-header__head-menu.is-active .l-header__head-menu-border span:nth-of-type(3) {
  display: none
}
@media only screen and (max-width: 767px) {
  .l-header__head-menu.is-active .l-header__head-menu-border {
    top: 5px
  }
}
.l-header__head-menu-border {
  height: 15px
}
.l-header__head-menu-border span:nth-of-type(1) {
  top: 0
}
.l-header__head-menu-border span:nth-of-type(2) {
  bottom: 7px
}
.l-header__head-menu-border span:nth-of-type(3) {
  bottom: 0
}
.l-header__head-cart {
  position: relative;
  width: 23px;
  right: 40px
}
@media only screen and (max-width: 767px) {
  .l-header__head-cart {
    right: 20px
  }
}
.l-header__head-cart svg {
  width: 100%
}
.l-footer, .l-footer__copy {
  padding: 0;
  margin: 0
}
.l-footer__inner, .l-footer__pagetop {
  display: none
}
.l-footer__copy {
  color: #000;
  font-family: "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 12px;
  text-align: center
}
.vsm-gallery .ecbn-selection-page-wrapper li.ecbn-selection-item {
  padding: 3px !important
}



/*** AWARD ***/
.right-popup .popup-inner {
 max-width: 1000px;
 margin: 0 auto 50px;
 display: block;
 position: relative;
 z-index: 1;
}
.right-popup .popup-inner h2 {
 font-family: "Swiss721 BT W05 Thin";
 text-align: center;
 font-size: 40px;
 letter-spacing: 0.3rem;
 font-weight: normal;
 margin-bottom: 20px;
}
.right-popup .popup-inner h2 span {
 display: inline-block;
  background: linear-gradient(90deg, #ffa282, #f38bf7);
  background: -webkit-linear-gradient(0deg, #ffa282, #f38bf7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.right-popup .popup-inner .popup-copy {
 text-align: center;
 font-size: 16px;
 line-height: 1.8;
 margin-bottom: 30px;
}
.right-popup .popup-inner .award_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.right-popup .popup-inner .award_list li {
 list-style: none;
 width: 33.33333%;
}
.right-popup .popup-inner .award_list li a {
 margin: 10px 10px;
 display: block;
 position: relative;
 z-index: 1;
}
.right-popup .popup-inner .award_list li a img {
 display: block;
 position: relative;
}
.right-popup .popup-inner .award_list li a img::after {
 content: '';
 background: #fff;
 opacity: 0.5;
 position: absolute;
 width: 100%;
 height: 100%;
 top: 5px;
 left: 5px;
 z-index: 0;
}
.right-popup .popup-inner .award_list li span {
 font-size: 14px;
 line-height: 1;
 display: block;
 position: relative;
 padding: 15px 10px 15px 40px;
 background: #fff;
}
.right-popup .popup-inner .award_list li span::before {
  position: absolute;
  content: '';
  background: url(/cdn/shop/files/earthday__ico_insta2.png) no-repeat;
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
  left: 15px;
  top: 0;
 bottom: 0;
 margin: auto;
}
.right-popup .popup-bottom {
 text-align: center;
}
.right-popup .close-popup2 {
 text-align: center;
 font-size: 14px;
 position: relative;
 display: inline-block;
 background: #c2dddf;
 color: #fff;
 padding: 12px 30px;
 margin: 0 auto;
}

@media screen and (min-width: 768px) {
 .right-popup .spOnly {display: none;}
}

@media only screen and (max-width: 767px) {
 .right-popup .popup-inner h2 {
  font-size: 30px;
  margin-bottom: 20px;
 }
 .right-popup .popup-inner {
  margin-bottom: 30px;
 }
 .right-popup .popup-inner .popup-copy {
  font-size: 13px;
  margin-bottom: 20px;
 }
 .right-popup .popup-inner .award_list {
  margin: 0 -6px;
 }
 .right-popup .popup-inner .award_list li {
  width: 50%;
 }
 .right-popup .popup-inner .award_list li a {
  margin: 6px 6px;
 }
 .right-popup .popup-inner .award_list li span {
  font-size: 11px;
  padding: 12px 10px 12px 28px;
 }
 .right-popup .popup-inner .award_list li span::before {
  width: 11px;
  height: 11px;
  left: 10px;
 }
 .right-popup .close-popup2 {
  font-size: 12px;
  padding: 10px 20px;
 }
}


/*# sourceMappingURL=maps/earthday.min.css.map */