@charset "utf-8";
/* CSS Document */


/*----------------------------------
 フォント
----------------------------------*/
.min {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.06em;
}



/*----------------------------------
 デバイス
----------------------------------*/

@media screen and (min-width: 800px) {
.only-sp {
  display: none;
}
.only-pc {
  display: block;
}
}
@media screen and (max-width: 799px) {
.only-sp {
  display: block;
}
.only-pc {
  display: none;
}
}

body .earthday {
  position: relative;
  color: #000;
  font-family: "Noto Sans JP","source-han-sans-japanese", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(10px, 1vw, 14px);
  font-weight: 300;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0;
  line-height: 1.46;
}

@media screen and (min-width: 800px) {
  body .earthday {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}

.earthday a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  color: #000;
}

.earthday a:hover {
  opacity: 1;
  text-decoration: none;
}

@media screen and (min-width: 800px) {
  .earthday a:hover {
    opacity: 0.7;
  }
}

.earthday img {
  max-width: 100%;
  vertical-align: bottom;
}

.earthday .slick-dots button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.wrapper {
  position: relative;
  overflow: inherit;
}
.secInner {
  overflow: hidden;
}

*:focus {
  outline: none;
}


.earthday .sup {
  font-size: 50%;
  vertical-align: top;
  position: relative;
  top: -0.05em;
}


/* font color */
:root {
  --color-base: #100f10;
  --color-base2: #333;
  --color-white: #fff;
  --color-yellow: #f3fd30;
}


/* font */
.earthday .en {
  font-family: 'Minion Pro', sans-serif;
  font-weight: 600;
}
.earthday .en2 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
}
.earthday p {
  line-height: 1.64;
}


/* lead */
.leadTextS {
  font-size: calc(12/960*100vw);
  text-align: center;
}
.leadText {
  font-size: calc(22/960*100vw);
  text-align: center;
}
.leadTextL {
  font-size: calc(28/960*100vw);
  text-align: center;
}
.nukiText {
  padding: 0.2em 0.3em;
  line-height: 1.64;
  background-color: #fff;
}
br + .nukiText {
  padding: 0.2em 0.3em 0.2em;
  position: relative;
  top: -0.2em;
}
@media screen and (min-width: 800px) and (max-width: 1290px) {
.leadTextS {
  font-size: 18px;
}
.leadText {
  font-size: 26px;
}
.leadTextL {
  font-size: 32px;
}
}
@media screen and (max-width: 799px) {
.leadTextS {
  font-size: calc(24/750*100vw);
}
.leadText {
  font-size: calc(36/750*100vw);
}
.leadTextL {
  font-size: calc(52/750*100vw);
}
.nukiText {
  padding: 0.3em 0.3em 0.2em;
}
.contTitle br + .nukiText {
  padding: 0.2em 0.3em 0.2em;
  position: relative;
  top: -0.3em;
}
}


/* navi */
.earthday .anchor {
  margin-top: -130px;
  padding-top: 130px;
}
.earthday_nav {
  width: 100%;
  padding: 0;
  background-color: rgba(255,255,255,1);
}
.earthday_nav.fixed {
  position: fixed;
  top: 80px;
  margin: 0 auto;
  width: 100%;
  z-index: 9999;
  transform: translate(0, 0);
  transition: opacity .4s ease, background-color .4s ease, transform .4s ease;
}
.pane-header.disable + .earthday .earthday_nav.fixed {
  transform: translate(0, 0);
  transition: opacity .4s ease, background-color .4s ease, transform .4s ease;
}
.earthday_nav .earthday_navInner {
  position: relative;
}
ul.earthday_navList {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.earthday_navList li {
  font-size: calc(11/960*100vw);
}
ul.earthday_navList > .__navItem a {
  margin: 0 auto;
  padding: 0 3em;
  display: block;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 800px) and (max-width: 1290px) {
  ul.earthday_navList li {
    font-size: 16px;
  }
  ul.earthday_navList > .__navItem a {
    padding: 0 1.2em;
  }
}
@media (hover: hover) {
ul.earthday_navList > .__navItem a:hover {
  text-decoration: underline;
}
}
@media screen and (max-width: 799px) {
.earthday .anchor {
  margin-top: -104px;
  padding-top: 104px;
}
.earthday_nav {
  padding: 0;
  position: relative;
  z-index: 1;
}
.earthday_nav.fixed {
  top: 64px;
  transform: translate(0, 0);
}
.earthday_nav .earthday_navInner {
}
.earthday ul.earthday_navList {
  padding: 0 2em;
  border-top: #000 1px solid;
  justify-content: space-between;
}
ul.earthday_navList {
  height: 40px;
}
ul.earthday_navList li {
  font-size: calc(20 / 750* 100vw);
}
.earthday ul.earthday_navList .__navItem .earthday_sabnavList a {
  padding: 17px 0 16px;
  font-size: 10px;
}
ul.earthday_sabnavList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
ul.earthday_sabnavList:before {
  content: "";
  width: calc(100% - (16/750*100vw));
  height: 1px;
  margin: 0 auto;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 45px;
  background-color: #000;
}
ul.earthday_navList > .__navItem a {
  padding: 0 1em;
  line-height: 1.1;
  text-align: center;
}
}


.earthday .panel-item {
  margin-top: -206px;
  padding-top: 206px;
}
@media screen and (max-width: 799px) {
.earthday .panel-item {
  margin-top: -132px;
  padding-top: 132px;
}
}


/* item btn */
.earthday .itemBtnArea {
  margin: 0 auto 0;
  max-width: calc(1100/1640*100%);
  text-align: center;
  position: relative;
  z-index: 1;
}
.earthday .itemBtnArea a {
  margin: 0 auto;
  padding: 1.3em 0;
  display: inline-block;
  width: 100%;
  max-width: 480px;
  background-color: #000;
  border: #000 1px solid;
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.05em;
  position: relative;
  line-height: 1;
  font-weight: 400;
}
.earthday .itemBtnArea a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 15px solid #fff;
  border-right: 0;
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
  transform: all .3s;
}
@media screen and (min-width: 800px) {
.earthday .itemBtnArea a:hover {
  color: #000;
  background-color: #fff;
  transform: all .3s;
}
.earthday .itemBtnArea a:hover:after {
  border-left: 15px solid #000;
  transform: all .3s;
}
.earthday .info .itemBtnArea a:hover {
  color: #fff;
  background-color: #000;
  transform: all .3s;
}
.earthday .info .itemBtnArea a:hover:after {
  border-left: 15px solid #fff;
  transform: all .3s;
}
}
@media screen and (max-width: 799px) {
.earthday .itemBtnArea {
  max-width: calc(560/750*100vw);
}
.earthday .itemBtnArea a {
  font-size: calc(28/750*100vw);
}
.earthday .itemBtnArea a:after {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #fff;
  right: calc(40/750*100vw);
}
}


.earthday img {
  width: 100%;
}


/* movie */
.movieArea .yt-wrap {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 2em;
}
.movieArea .yt-block {
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 799px) {
.movieArea .yt-wrap {
  max-width: none;
  margin: 0 auto calc(48/750*100vw);
}
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoWrapper:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: calc(100% + 1px);
  background-image: url("../img/mv_thumb.png");
  background-size: 100% auto;
}

.videoWrapper.pv:after {
  display: none;
}

.yt-block .play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 90px;
  height: 91px;
  cursor: pointer;
  opacity: .7;
}
.yt-block .play:before {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  content: "";
  background: url("../img/btn_movie.png") no-repeat;
  display: inline-block;
  width: 90px;
  height: 91px;
}
@media (hover: hover) {
.yt-block .play:hover {
  opacity: 1;
}
}
@media screen and (max-width: 799px) {
.yt-block .play {
  width: 50px;
  height: 51px;
}
.yt-block .play:before {
  background: url("../img/btn_movie.png") no-repeat;
  background-size: cover;
  width: 50px;
  height: 51px;
}
}


/* hero */
.earthday_heroTitle {
  margin: 0;
}
.earthday_heroTitle img {
  width: 100%;
}
.mvSlideArea {
  background-color: #fff;
}
.mvSlideArea .mvSlide {
  background-color: #fff;
}
@media screen and (max-width: 799px) {
.earthday_heroTitle {
  padding: 0 0 calc(36/750*100vw);
}
}


/* earthday_insert */
@media screen and (min-width: 800px) {
.earthday .earthday_nav.fixed + .earthday_insert {
  padding-top: 80px;
}
.earthday .earthday_insertInner {
  height: calc(652/960*100vw);
  background: url("../img/mv_img02-pc.png") top center / cover no-repeat;
}
.earthday .earthday_insert .img01 {
  width: calc(226/960*100vw);
  padding-top: calc(36/960*100vw);
  margin: 0 auto;
}
@media screen and (min-width: 800px) and (max-width: 1290px) {
  .earthday .earthday_insert .img01 {
    width: 339px;
    padding-top: 54px;
  }
}
}
@media screen and (max-width: 799px) {
  .earthday .earthday_insertInner {
    background: none;
  }
  .earthday .earthday_nav.fixed + .earthday_insert {
    padding-top: 40px;
  }
}


.earthday .contWdt {
  width: calc(1640/1920*100%);
  margin: 0 auto;
}
.earthday .contTitle {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 799px) {
.earthday .contWdt {
  width: calc(650/750*100vw);
}
}


/* about */
.earthday .earthday_AboutInner {
  padding: 0;
  background-color: #051e3c;
}
.earthday .earthday_About .aboutFlex {
  display: flex;
}
.earthday .earthday_About .aboutImg {
  width: 50%;
}
.earthday .earthday_About .aboutImg img {
  object-fit: cover;
  height: 100%;
}
.earthday .earthday_About .aboutImg {
  width: 50%;
}
.earthday .earthday_About .aboutCont {
  width: 50%;
  padding: calc(16/960*100vw) calc(74/960*100vw) calc(40/960*100vw);
}
.earthday .earthday_About .contTitle {
  margin-bottom: calc(90/960*100vw);
  text-align: center;
  color: #EED8D2;
}
.earthday .earthday_About .lead01 {
  width: calc(224/960*100vw);
  margin: 0 auto calc(60/960*100vw);
}
.earthday .earthday_About .text01 {
  font-size: calc(14/960*100vw);
  color: #EED8D2;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media screen and (min-width: 800px) and (max-width: 1290px) {
  .earthday .earthday_About .aboutCont {
    padding: 24px 70px 60px;
  }
  .earthday .earthday_About .contTitle {
    margin-bottom: 130px;
  }
  .earthday .earthday_About .lead01 {
    width: 276px;
    margin: 0 auto 80px;
  }
  .earthday .earthday_About .text01 {
    font-size: 20px;
  }
}
@media screen and (max-width: 799px) {
  .earthday .earthday_About .aboutFlex {
    display: block;
  }
  .earthday .earthday_About .aboutImg {
    width: 100%;
  }
  .earthday .earthday_About .aboutImg {
    width: 100%;
  }
  .earthday .earthday_About .aboutCont {
    width: 100%;
    padding: calc(10/375*100vw) calc(50/375*100vw) calc(48/375*100vw);
  }
  .earthday .earthday_About .contTitle {
    margin-bottom: calc(90/375*100vw);
  }
  .earthday .earthday_About .lead01 {
    width: calc(182/375*100vw);
    margin: 0 auto calc(68/375*100vw);
  }
  .earthday .earthday_About .text01 {
    font-size: calc(11/375*100vw);
  }
}


/* story */
.earthday .earthday_StoryInner {
  padding: calc(20/960*100vw) 0 calc(40/960*100vw);
  background: url("../img/story_bg-pc.png") center top / cover no-repeat;
}
.earthday .earthday_Story .contWdt {
  width: 660px;
  margin: 0 auto;
  background-color: inherit;
}
.earthday .earthday_Story .contTitle {
  margin: 0 auto 110px;
}
.earthday .earthday_Story .contLead {
  margin: 0 0 72px;
  white-space: nowrap;
  font-size: 33px;
}
.earthday .earthday_Story .text01 {
  margin: 0 0 60px;
  font-size: 21px;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.earthday .earthday_Story .text02 {
  margin: 0 0 76px;
  padding: 24px 40px 24px 60px;
  position: relative;
  font-size: 21px;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.earthday .earthday_Story .text02:before {
  content: "";
  width: 16px;
  height: 13px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../img/story_icon01.png") top center / cover no-repeat;
  background-size: 100% 100%;
}
.earthday .earthday_Story .text02:after {
  content: "";
  width: 16px;
  height: 13px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("../img/story_icon02.png") top center / cover no-repeat;
  background-size: 100% 100%;
}
.earthday .earthday_Story .img01 {
  width: 100%;
  margin-bottom: 78px;
}
.earthday .earthday_Story .lead01 {
  margin-bottom: 1em;
  text-align: center;
  font-size: 26px;
}
.earthday .earthday_Story .caution {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 799px) {
  .earthday .earthday_StoryInner {
    padding: calc(14/375*100vw) 0 calc(40/375*100vw);
    background: url("../img/story_bg-sp.png") center top / cover no-repeat;
  }
  .earthday .earthday_Story .contWdt {
    width: calc(335/375*100vw);
  }
  .earthday .earthday_Story .contTitle {
    margin: 0 auto calc(68/375*100vw);
  }
  .earthday .earthday_Story .contLead {
    margin: 0 0 calc(32/375*100vw);
    font-size: calc(16/375*100vw);
  }
  .earthday .earthday_Story .text01 {
    margin: 0 0 calc(20/375*100vw);
    padding: 0 calc(10/375*100vw) 0 calc(30/375*100vw);
    font-size: calc(11/375*100vw);
  }
  .earthday .earthday_Story .text02 {
    margin: 0 0 calc(40/375*100vw);
    padding: calc(14/375*100vw) calc(10/375*100vw) calc(14/375*100vw) calc(30/375*100vw);
    position: relative;
    font-size: calc(11/375*100vw);
  }
  .earthday .earthday_Story .text02:before {
    width: calc(16/375*100vw);
    height: calc(13/375*100vw);
  }
  .earthday .earthday_Story .text02:after {
    width: calc(16/375*100vw);
    height: calc(13/375*100vw);
  }
  .earthday .earthday_Story .img01 {
    margin-bottom: calc(50/375*100vw);
  }
  .earthday .earthday_Story .lead01 {
    font-size: calc(18/375*100vw);
  }
  .earthday .earthday_Story .caution {
    font-size: calc(9/375*100vw);
  }
}


/* product */
.earthday .earthday_ProductInner {
  padding: calc(130/960*100vw) 0 calc(64/960*100vw);
  background-color: #f9efd5;
}
.earthday .earthday_Product .contWdt {
  width: 100%;
}
.earthday .earthday_Product .contTitle {
  margin-bottom: 45px;
}
.earthday .earthday_Product .contTitle .leadText {
  font-size: 54px;
}
.earthday .earthday_Product .stitle01 {
  margin-bottom: 0.4em;
  text-align: center;
  font-size: 40px;
}
.earthday .earthday_Product .stitle02 {
  margin-bottom: calc(100/960*100vw);
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.06em;
}
.earthday .earthday_Product .productArea {
  margin-bottom: 60px;
  padding-top: 40px;
  border-top: #000 1px solid;
}
.earthday .earthday_Product .productInfoArea {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto 40px;
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
}
.earthday .earthday_Product .productInfoArea .productName {
  width: 400px;
  text-align: center;
}
.earthday .earthday_Product .productInfoArea .productName .productNameL {
  margin-bottom: 1em;
  padding-top: 0.2em;
  font-size: 40px;
}
.earthday .earthday_Product .productInfoArea .productName .productNameL .nukiText {
  padding: 0.1em 0.2em 0;
  line-height: 1.46;
}
.earthday .earthday_Product .productInfoArea .productName .productCopy {
  font-size: 27px;
  letter-spacing: 0.1em;
}

.earthday .earthday_Product .productInfoArea .productTextArea {
  width: calc(100% - 420px);
  font-size: 19px;
}
.earthday .earthday_Product .productInfoArea .productTextArea .productText {
  line-height: 1.8;
  letter-spacing: 0.06em;
  text-align: justify;
}
.earthday .earthday_Product .productInfoArea .productTextArea .productCv {
  margin-top: 0.5em;
  text-align: right;
  font-size: 80%;
}
.earthday .earthday_Product .productInfoArea .productTextArea .productCv p {
  display: inline-block;
  position: relative;
}
.earthday .earthday_Product .productInfoArea .productTextArea .productCv p:before {
  content: "";
  width: 3em;
  height: 1px;
  margin: auto 0;
  display: block;
  background-color: #000;
  position: absolute;
  left: -3.5em;
  top: 0;
  bottom: 0;
}
.earthday .earthday_Product .productSpecArea {
  margin: 120px 0 48px;
}
ul.productSpec li {
  width: 480px;
  margin: 0 auto 0.4em;
}
ul.productSpec li dl {
  display: flex;
  justify-content: space-between;
}
ul.productSpec li dl dt {
  width: 5em;
}
ul.productSpec li dl dd {
  width: calc(100% - 4em);
}
ul.productSlide li.slick-slide {
  padding-bottom: 3em;
  position: relative;
}
ul.productSlide li.slick-slide .img {
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
}
ul.productSlide li.slick-slide .text {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 800px) {
ul.productSlide li.slick-slide {
  width: calc(362/960*100vw);
  max-width: 540px;
  margin: 0 10px;
}
ul.productSlide li.slick-slide .img {
  width: 100%;
  height: calc(360/960*100vw);
}
.product03 ul.productSlide li.slick-slide {
  width: calc(362/960*100vw);
  max-width: 540px;
  margin: 0 10px;
}
.product03 ul.productSlide li.slick-slide .img {
  width: 100%;
  height: calc(360/960*100vw);
}
}
@media screen and (min-width: 800px) and (max-width: 1290px) {
  .earthday .earthday_ProductInner {
    padding: 130px 0 64px;
  }
  .earthday .earthday_Product .stitle02 {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 799px) {
  .earthday .earthday_ProductInner {
    padding: calc(48/375*100vw) 0 calc(48/375*100vw);
  }
  .earthday .earthday_Product .contTitle {
    margin-bottom: calc(80/375*100vw);
  }
  .earthday .earthday_Product .contTitle .leadText {
    font-size: calc(28/375*100vw);
  }
  .earthday .earthday_Product .productInfoArea .productName .productNameL .nukiText {
    padding: 0.2em 0.2em 0.1em;
  }
  .earthday .earthday_Product .stitle01 {
    font-size: calc(24/375*100vw);
  }
  .earthday .earthday_Product .stitle02 {
    margin-bottom: calc(48/375*100vw);
    font-size: calc(11/375*100vw);
  }
  .earthday .earthday_Product .productArea {
    margin-bottom: calc(48/375*100vw);
    padding-top: calc(24/375*100vw);
  }
  .earthday .earthday_Product .productInfoArea {
    width: calc(280/375*100vw);
    margin: 0 auto calc(40/375*100vw);
    padding: 0;
    display: block;
  }
  .earthday .earthday_Product .productInfoArea .productName {
    width: 100%;
    margin-bottom: 2.5em;
  }
  .earthday .earthday_Product .productInfoArea .productName .productNameL {
    margin-bottom: 2em;
    font-size: calc(24/375*100vw);
  }
  .earthday .earthday_Product .productInfoArea .productName .productCopy {
    font-size: calc(18/375*100vw);
  }
  .earthday .earthday_Product .productInfoArea .productTextArea {
    width: 100%;
    font-size: calc(11/375*100vw);
  }
  .earthday .earthday_Product .productSpecArea {
    margin: calc(80/375*100vw) 0 calc(32/375*100vw);
  }
  ul.productSpec li {
    width: calc(560 / 750* 100vw);
  }
  ul.productSlide li.slick-slide {
    padding-bottom: 3em;
    position: relative;
  }
  ul.productSlide li.slick-slide .text {
    font-size: calc(11/375*100vw);
  }
  ul.productSlide li.slick-slide {
    width: auto;
    max-width: none;
    margin: 0 10px;
  }
  ul.productSlide li.slick-slide .img {
    width: 100%;
    height: calc(300/375*100vw);
  }
}


/* shop list */
.earthday .shopListArea {
  width: calc(1400 / 1640* 100%);
  margin: 260px auto 0;
  padding-top: 50px;
  border-top: #000 1px solid;
}
.earthday .shopListAreaLead {
  margin: 0 auto 130px;
  text-align: center;
}
.earthday .shopListArea p {
  margin: 0 auto;
  padding-left: calc(454 / 1640* 100%);
  font-size: 21px;
}
@media screen and (min-width: 800px) {
.earthday #earthday_shopList {
  padding-top: 1px;
}
}
@media screen and (max-width: 799px) {
.earthday .shopListArea {
  width: calc(560 / 750* 100vw);
  margin: calc(120 / 750* 100vw) auto 0;
  padding-top: calc(60 / 750* 100vw);
  border-top: #000 1px solid;
}
.earthday .shopListAreaLead {
  margin: 0 auto 40px;
  text-align: center;
}
.earthday .shopListArea p {
  margin: 0 auto;
  padding-left: 1em;
  font-size: calc(20 / 750* 100vw);
}
}


/* collabo */
.earthday_CollaboInner {
  padding: 90px 0;
  background: url(../img/partner_bg-pc.png) center top / cover no-repeat;
}
.earthday .earthday_Collabo .contWdt {
  width: 660px;
  margin: 0 auto;
}
.earthday .earthday_Collabo .contTitle {
  margin-bottom: 100px;
  font-size: 42px;
}
.earthday .earthday_Collabo .contTitle img {
  width: 257px;
}
.earthday .earthday_Collabo .stitle01 {
  width: 273px;
  margin: 0 auto 140px;
  text-align: center;
}
.earthday .earthday_Collabo .img01 {
  width: 100%;
  margin: 0 auto 40px;
}
.earthday .earthday_Collabo .profileArea {
  margin: 0 auto 50px;
  text-align: center;
}
.earthday .earthday_Collabo .profileArea .prof01 {
  margin: 0 auto 1.5em;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
}
.earthday .earthday_Collabo .profileArea .profName {
  margin: 0 auto 0.5em;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
}
.earthday .earthday_Collabo .profileArea .profNameEn {
  margin: 0 auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.earthday .earthday_Collabo .text01 {
  margin-bottom: 2.5em;
  padding-bottom: 1.2em;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  text-align: justify;
  border-bottom: #000 1px solid;
}
.earthday .earthday_Collabo .linkText {
  margin-bottom: 2.5em;
  font-size: 20px;
  text-align: center;
}
@media screen and (min-width: 800px) and (max-width: 1290px) {
.earthday .earthday_Collabo .text01 {
  font-size: 20px;
}
}
@media screen and (max-width: 799px) {
  .earthday_CollaboInner {
    padding: calc(60 / 375* 100vw) 0 calc(20 / 375* 100vw);
    background: url(../img/partner_bg-sp.png) center top / cover no-repeat;
  }
  .earthday .earthday_Collabo .contWdt {
    width: 100%;
  }
  .earthday .earthday_Collabo .contTitle {
    margin-bottom: calc(60 / 375* 100vw);
    font-size: calc(22 / 375* 100vw);
  }
  .earthday .earthday_Collabo .img01 {
    width: calc(300 / 375* 100vw);
    margin: 0 auto calc(10 / 375* 100vw);
  }
  .earthday .earthday_Collabo .profileArea {
    margin: 0 auto calc(30 / 375* 100vw);
    text-align: center;
  }
  .earthday .earthday_Collabo .profileArea .prof01 {
    font-size: calc(14 / 375* 100vw);
  }
  .earthday .earthday_Collabo .profileArea .profName {
    font-size: calc(24 / 375* 100vw);
  }
  .earthday .earthday_Collabo .profileArea .profNameEn {
    font-size: calc(9 / 375* 100vw);
  }
  .earthday .earthday_Collabo .text01 {
    width: 100%;
    margin: 0 auto 1.5em;
    padding: 0 calc(50 / 375* 100vw) 3.2em;
    font-size: calc(11 / 375* 100vw);
  }
  .earthday .earthday_Collabo .linkText {
    margin-bottom: 1.5em;
    font-size: calc(11 / 375* 100vw);
  }
}


.earthday .earthday_BlogInner {
  padding: 140px 0 136px;
  background-color: #e2ddc8;
}
.earthday .earthday_Blog .contWdt {
  background-color: inherit;
}
.earthday .blogFlex {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0 calc(80/1640*100%);
}
.earthday .blogFlex .img {
  width: calc(1050/1640*100%);
}
.earthday .blogFlex .info {
  width: calc(510/1640*100%);
}
.earthday .blogFlex .info .text01 {
  text-align: justify;
  font-size: calc(14 / 960* 100vw);
}
.earthday .info .itemBtnArea {
  margin: 32px auto 0;
  width: 100%;
  max-width: none;
}
.earthday .info .itemBtnArea a {
  background-color: #fff;
  color: #000;
  font-size: 22px;
  border: none;
}
.earthday .info .itemBtnArea a:after {
  border-left: 15px solid #000;
}
@media screen and (min-width: 800px) {
.earthday .itemBtnArea a:hover {
  color: #000;
  background-color: #fff;
  opacity: 1;
}
}
@media screen and (min-width: 800px) and (max-width: 1290px) {
.earthday .blogFlex .info .text01 {
  font-size: 18px;
}
}
@media screen and (max-width: 799px) {
.earthday .earthday_BlogInner {
  padding: calc(140/750*100vw) 0 calc(130/750*100vw);
}
.earthday .earthday_Blog .contWdt {
  width: calc(520 / 750* 100vw);
}
.earthday .blogFlex {
  display: block;
}
.earthday .blogFlex .img {
  width: 100%;
}
.earthday .blogFlex .info {
  width: 100%;
}
.earthday .blogFlex .info .text01 {
  width: calc(440 / 750* 100vw);
  margin: calc(60 / 750* 100vw) auto;
  font-size: calc(20 / 750* 100vw);
}
.earthday .info .itemBtnArea {
  margin: calc(80/750*100vw) auto 0;
}
.earthday .info .itemBtnArea a {
  font-size: calc(24/750*100vw);
}
.earthday .info .itemBtnArea a:after {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #000;
}
}


.earthday .earthday_InfoInner {
  padding: 0;
  background-color: #d2d9da;
}
.earthday .earthday_Info .contWdt {
  padding: 120px 0 200px;
}
.earthday .earthday_Info .infoAreaLead {
  margin: 0 auto 200px;
  text-align: center;
}
.earthday .earthday_Info .contInWdt {
  width: calc(1110 / 1640* 100%);
  margin: 0 auto;
}
.earthday .earthday_Info p {
  font-size: calc(14/960*100vw);
}
.earthday .earthday_Event {
  margin-bottom: 200px;
}
.earthday .earthday_Event .lead01 {
  margin: 90px auto 50px;
  padding-top: 100px;
  border-top: #475763 1px solid;
  font-weight: 700;
}
.earthday .earthday_Event .text01 {
  text-align: justify;
}
.earthday .earthday_Event .link01 {
  margin-top: 0.4em;
  text-align: right;
}
.earthday .earthday_Event .link01 a {
  color: #6B7982;
  font-weight: 500;
}
.earthday .earthday_Event .link01 a:after {
  content: "";
  width: 0;
  height: 0;
  margin-left: 0.5em;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 15px solid #6b7982;
  border-right: 0;
  display: inline-block;
}
.earthday .earthday_Camp {
  padding-bottom: 180px;
  border-bottom: #475763 1px solid;
}
.earthday .earthday_Camp .img01 {
  margin: 0 auto 80px;
  padding-bottom: 100px;
  border-bottom: #475763 1px solid;
}
.earthday .earthday_Camp .text01 {
  font-weight: 700;
}
.earthday .earthday_Camp .text02 {
  margin-bottom: 110px;
}
.earthday .earthday_Camp .text02 .caution {
  font-size: 86%;
}
.earthday .earthday_Camp .campBox {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: #D2D9DA 1px solid;
}
.earthday .earthday_Camp .campBox.btm {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.earthday .earthday_Camp .campDl {
  display: flex;
}
.earthday .earthday_Camp .campDl dt {
  width: 5em;
  margin-right: 4em;
  font-size: calc(14/960*100vw);
  font-weight: 500;
  line-height: 1.64;
}
.earthday .earthday_Camp .campDl dd {
  width: calc(100% - 9em);
  font-size: calc(14/960*100vw);
  line-height: 1.64;
}
.earthday .earthday_Camp .campDl a {
  color: #848F97;
  text-decoration: underline;
}
.earthday .earthday_Camp .slead {
  margin-bottom: 1.8em;
  font-weight: 500;
}
.earthday .earthday_Camp .img02 {
  margin-bottom: 42px;
}
.earthday .earthday_Camp .itemBtnArea a {
  padding: 1em 0;
  font-size: 22px;
}
@media screen and (min-width: 800px) {
.earthday .earthday_Event.anchor {
  margin-top: -190px;
  padding-top: 190px;
}
.earthday .earthday_Camp.anchor {
  margin-top: -190px;
  padding-top: 190px;
}
}
@media screen and (min-width: 800px) and (max-width: 1290px) {
.earthday .earthday_Info p {
  font-size: 18px;
}
.earthday .earthday_Camp .campDl dt {
  font-size: 18px;
}
.earthday .earthday_Camp .campDl dd {
  font-size: 18px;
}
}
@media screen and (max-width: 799px) {
.earthday .earthday_Info .contWdt {
  padding: calc(1/750*100vw) 0 calc(130/750*100vw);
}
.earthday .earthday_Info .infoAreaLead {
  margin: 0 auto calc(170/750*100vw);
  padding-top: calc(120/750*100vw);
}
.earthday .earthday_Info .contInWdt {
  width: calc(520/750*100vw);
}
.earthday .earthday_Event {
  margin-bottom: calc(140/750*100vw);
}
.earthday .earthday_Event .lead01 {
  margin: calc(86/750*100vw) auto calc(36/750*100vw);
  padding-top: calc(60/750*100vw);
}
.earthday .earthday_Event .link01 a:after {
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 6px solid #6b7982;
}
.earthday .earthday_Event .link01 {
  margin-top: 1.8em;
  text-align: center;
}
.earthday .earthday_Camp {
  padding-bottom: calc(130/750*100vw);
}
.earthday .earthday_Info p {
  font-size: calc(20 / 750* 100vw);
}
.earthday .earthday_Camp .img01 {
  margin: 0 auto calc(70/750*100vw);
  padding-bottom: calc(84/750*100vw);
}
.earthday .earthday_Camp .text01 {
  margin-bottom: 0.2em;
  letter-spacing: -0.001em;
}
.earthday .earthday_Camp .text02 {
  margin-bottom: calc(90/750*100vw);
}
.earthday .earthday_Camp .campBox {
  margin-bottom: calc(32/750*100vw);
  padding-bottom: calc(32/750*100vw);
}
.earthday .earthday_Camp .campBox p {
  letter-spacing: normal;
}
.earthday .earthday_Camp .campDl {
  display: block;
}
.earthday .earthday_Camp .campDl dt {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0.3em;
  font-size: calc(20 / 750* 100vw);
}
.earthday .earthday_Camp .campDl dd {
  width: 100%;
  font-size: calc(20 / 750* 100vw);
}
.earthday .earthday_Camp .img02 {
  margin-bottom: calc(42/750*100vw);
}
.earthday .earthday_Camp .itemBtnArea a {
  padding: 1em 0;
  font-size: calc(24 / 750* 100vw);
}
}


.earthday .earthday_AttemptInner {
  padding: 110px 0 80px;
  background-color: #e1e6e7;
}
.earthday .earthday_Attempt .contInWdt {
  width: 780px;
  margin: 0 auto;
}
.earthday .earthday_Attempt .text01 {
  margin: 2em 0 0 9em;
  text-align: left;
  line-height: 2;
  font-size: 18px;
  font-weight: 400;
}
@media screen and (min-width: 800px) and (max-width: 1290px) {
.earthday .earthday_Attempt .text01 {
  font-size: 18px;
}
}
@media screen and (max-width: 799px) {
.earthday .earthday_AttemptInner {
  padding: calc(120/750*100vw) 0 calc(110/750*100vw);
}
.earthday .earthday_Attempt .contInWdt {
  width: calc(520/750*100vw);
}
.earthday .earthday_Attempt .text01 {
  margin: 3em 0 0 1em;
  letter-spacing: normal;
  font-size: calc(20 / 750* 100vw);
}
.earthday .earthday_Attempt .info .itemBtnArea a {
  font-size: calc(24/750*100vw);
}
}


.__pagetop {
  margin: 120px auto 100px;
}
.__pagetop .__btn {
  text-align: center;
}
.__pagetop .__btn a {
  width: calc(88/1920*100%);
  display: inline-block;
}
@media screen and (max-width: 799px) {
.__pagetop {
  margin: calc(100/750*100vw) auto calc(60/750*100vw);
}
.__pagetop .__btn a {
  width: calc(78/750*100vw);
}
}









.pane-main {
    padding-bottom: 0;
}


ul.slick-dots {
  margin: 30px auto 0;
  display: flex;
  justify-content: center;
  gap: 0 18px;
}
ul.slick-dots li {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #fff;
  border: #000 1px solid;
}
ul.slick-dots li button {
  position: relative;
  text-indent: -9999px;
}
ul.slick-dots li.slick-active {
  background-color: #000;
}
ul.slick-slider .slick-arrow {
  width: 26px;
  display: block;
  position: absolute;
  top: 40%;
  z-index: 1;
  opacity: 1;
  transition: all 0.3s;
}
ul.slick-slider .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 799px) {
ul.slick-dots {
  margin-top: calc(40/780*100vw);
  gap: 0 calc(20/780*100vw);
}
ul.slick-dots li {
  width: calc(15/780*100vw);
  height: calc(15/780*100vw);
  border-radius: 1000px;
}
ul.slick-slider .slick-arrow {
  width: calc(13/375*100%);
}
ul.slick-slider .slick-arrow.prev-arrow {
  left: 10%;
}
ul.slick-slider .slick-arrow.next-arrow {
  right: 10%;
}
}
@media (hover: hover) {
ul.slick-slider .slick-arrow:hover {
  opacity: .7;
  cursor: pointer;
}
}

