@charset "utf-8";

/* common */
.pane-contents .container {
  width: 100%;
  padding: 0;
  position: relative;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
}

.pane-main {
  font-family: 'Noto Sans JP', sans-serif;
}

.pane-contents {
  padding: 0;
}

.pane-left-menu {
  display: none;
}

.block-globalnav--item-list > li {
  z-index: 3;
}
.block-recent-item {
  position: relative;
  z-index: 1;
}

h1,
h2,
h3 {
  padding: 0;
  margin: 0;
  /* background: transparent; */
}

.limitedMilesup_ttl {
  text-align: center;
}

.color-red {
  color: #CC0000;
}

.block-event-page--goods {
  margin: 0;
}

.block-separat {
  display: none;
}

.js-block-header-fix-wrap {
  position: relative;
  z-index: 100;
}

.block-page-top {
  z-index: 101;
}

.separate-tab::after {
  content: '';
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-left: 8px;
  background-image: url(/img/usr/event/miles-festival/icon_separate-tab-w.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* common pc */
[data-browse-mode="P"] .sp {
  display: none;
}

[data-browse-mode="P"] .wrapper {
  min-width: 1200px;
  overflow: hidden;
}

[data-browse-mode="P"] .pane-footer {
  min-width: 1320px;
}

[data-browse-mode="P"] .content_inner {
  width: 1080px;
  margin: 0 auto;
}

[data-browse-mode="P"] .pane-right-menu {
  width: 100%;
  background: #FBFBFB;
  margin: 0;
  padding: 30px 0;
}

[data-browse-mode="P"]  #block_of_itemhistory {
  margin: 0 auto;
}

/* common sp */
[data-browse-mode="S"] .pc {
  display: none;
}

[data-browse-mode="S"] .content_inner {
  padding: 0 10px;
}

[data-browse-mode="S"] .pane-header {
  position: relative;
  transform: translate(0, 0) !important;
}

[data-browse-mode="S"] .wrapper {
  padding-top: 0 !important;
}

[data-browse-mode="S"] .separate-tab::after {
  content: '';
  width: 13px;
  height: 13px;
  margin-left: 10px;
}

[data-browse-mode="S"] main.pane-main {
  overflow: hidden;
}


/* もっと見るボタン */

.block-more-item-container .block-pickup-list-p--items > li {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.block-more-item-container .block-pickup-list-p--items > li:nth-child(1),
.block-more-item-container .block-pickup-list-p--items > li:nth-child(2) {
  display: flex;
  opacity: 1;
}
[data-browse-mode="P"] .block-more-open-btn a::after {
  background: url(/img/usr/event/SDGs/icon_plus.png) no-repeat;
  width: 16px;
  height: 16px;
  right: 15px;
  border: 0;
  transform: translateY(-50%) rotate(0);
  background-size: cover;
}
.block-more-item-container .block-thumbnail-t--items > li {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.block-more-item-container .block-thumbnail-t--items >li:nth-of-type(-n + 10) {
  display: inline-block;
  opacity: 1;
}
[data-browse-mode="S"] .block-more-open-btn a::after {
  background: url(/img/usr/event/SDGs/icon_plus.png) no-repeat;
  width: 16px;
  height: 16px;
  right: 15px;
  border: 0;
  transform: translateY(-50%) rotate(0);
  background-size: cover;
}



/******************************
  mv 
******************************/
.mv {
  position: relative;
  z-index: 2;
  width: 100%;
}
.mv_image {
  width: 100%;
  
}
.mv_image img {
  width: 100%;
  height: auto;
}
[data-browse-mode="P"] .mv  {
  min-width: 1000px;
}

/******************************
  fixedMenu
******************************/
.fixedMenu {
  position: fixed;
  right: 0;
  top:50%;
  z-index: 5;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  pointer-events: none;
}
.fixedMenu_inner {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.fixedMenu_inner a {
  display: block;
  background: #0291D9;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 8px 0 8px 30px;
  border-radius: 50px 0 0 50px;
  width: 275px;
  
  text-decoration: none;
}
.fixedMenu_inner a span {
  transform: scale(0.9,1);
  display: inline-block;
  transform-origin: left;
}
.fixedMenu.is-fixed {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
[data-browse-mode="S"] .fixedMenu {
  top: 0;
  transform: none;
  width: 100%;
}
[data-browse-mode="S"] .fixedMenu_inner {
  align-items: center;
  flex-direction: row;
  gap: 0;
}
[data-browse-mode="S"] .fixedMenu_inner a {
  width: calc(100% / 3);
  border-radius: 0;
  font-size: 16px;
  padding: 5px 5px;
  height: 50.5px;
  text-align: center;
}
[data-browse-mode="S"] .fixedMenu_inner a span {
  width: 112.5%;
  line-height: 41px;
  transform: scale(0.9, 1.1);
}
[data-browse-mode="S"] .fixedMenu_inner a:nth-of-type(2) {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
[data-browse-mode="S"] .fixedMenu_inner a:nth-of-type(2) span {
  line-height: 20px;
}

/******************************
  about
******************************/
.about {
  position: relative;
  width: 100%;
}
.about:before {
  content:"";
  display: block;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}
[data-browse-mode="P"] .about:before {
  background: url(/img/usr/event/SDGs/img_about_bk.jpg) no-repeat;
  width: 2200px;
  height: 600px;
  background-size: 100%;
  background-position: center top;
}
@media screen and (min-width: 2201px) {
  [data-browse-mode="P"] .about:before {
    width: 100%;
  }
}
.abount_content {
  position: absolute;
  top: 100px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  line-height: 2.1;
  width: 100%;
}
.abount_content span {
  color: #0093DD;
  font-weight: bold;
}
[data-browse-mode="S"] .about:before {
  background: url(/img/usr/event/SDGs/img_about_bk_sp.jpg) no-repeat;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-position: center top;
  aspect-ratio: 750 / 1074;
}

[data-browse-mode="S"] .abount_content {
  font-size: 17px;
  width: 95%;
  top: calc((75 / 375) * 100vw);
  line-height: 1.8;
}

@media screen and (max-width: 413px) {
  [data-browse-mode="S"] .abount_content {
    top: calc((65 / 375) * 100vw);
    font-size: 16px;
  }
}
.anchor {
  position: relative;
}

.anchor_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.anchor_inner a {
  text-align: center;
  color: #0291D9;
}
.anchor_inner a p {
  transform: scale(0.8, 1);
  font-weight: bold;
  font-size: 22px;
  position: relative;
}
.anchor_inner a p:after {
  content:"";
  width: 21px;
  height: 11px;
  background: #0291D9;
  clip-path:polygon(0 0, 100% 0%, 50% 100%);
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
[data-browse-mode="P"] .anchor:before {
  content: "";
  background: linear-gradient(180deg, #FBF6EA, #fff);
  width: 100%;
  height: 265px;
  position: relative;
  top: 0;
  left:0;
  display: block;
  z-index: 0;
  position: absolute;
}
[data-browse-mode="P"] .anchor_inner {
  gap: 80px;
  transform: translateY(-110px);
}
[data-browse-mode="P"] .anchor_inner a {
  width: 260px;
}

[data-browse-mode="S"] .anchor_inner {
  gap: 0px;
  transform: translateY(-60px);
}
[data-browse-mode="S"] .anchor_inner a p {
  font-size: 16px;
  font-weight: bold;
  width: 125%;
  transform-origin: left;
  height: 36px;
  line-height: 1.2;
}

.sdgs-initiatives {
  position: relative;
}

.content_header {
  max-width: 1080px;
  margin: 0 auto;
}
.content_ttl {
  color: #3A9300;
  position: relative;
  background: transparent;
}
.content_ttl span {
  color: #0291D9;
}
.content_desc {
  color: #0291D9;
}
.content_desc {
  font-weight: bold;
  transform: scale(0.8, 1);
  transform-origin: left;
}

[data-browse-mode="P"] .content_ttl {
  font-size: 50px;
  transform: scale(0.8, 1);
  letter-spacing: 0.1em;
  transform-origin: left;
  display: inline-block;
}
[data-browse-mode="P"] .content_desc {
  font-size: 20px;
  margin-top: 10px;
}
[data-browse-mode="P"] .sdgs-initiatives {
  padding-top: 50px;
}
[data-browse-mode="P"] .sdgs-initiatives .content-header-icon {
  position: absolute;
  top: -60px;
  left: calc(50% + 255px);
  width: 730px;
}
[data-browse-mode="P"] .sdgs-initiatives .content_ttl::after {
  content:"";
  background: #0291D9;
  height: 1px;
  width: 1200px;
  position: absolute;
  left: calc(50% - 1105px);
  bottom: 0;
  transform: scale(1.25, 1);
}

[data-browse-mode="S"] .content_ttl {
  font-size: 35px;
  transform: scale(0.8, 1);
  letter-spacing: 0.1em;
  transform-origin: left;
  display: inline-block;
  padding-left: 20px;
}
[data-browse-mode="S"] .sdgs-initiatives .content_ttl::after {
  content:"";
  background: #0291D9;
  height: 1px;
  width: 330px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale(1.25, 1);
}
[data-browse-mode="S"] .content_desc {
  padding-left: 20px;
  font-size: 16px;
  margin-top: 6px;
  transform: scale(0.9, 1);
}

[data-browse-mode="S"] .sdgs-initiatives {
  margin-top: 200px;
}
[data-browse-mode="S"] .sdgs-initiatives .content-header-icon {
  position: absolute;
  top: -200px;
  left: calc(50% - 120px);
  width: 432px;
}




.dis_flex {
  display: flex;
  justify-content: center;
}
.content_block_num {
  color: #0291D9;
  font-weight: bold;
  display: inline;
}
.content_block_ttl {
  display: inline-block;
  font-weight: bold;
}


[data-browse-mode="P"] .content_block {
  margin-top: 80px;
  padding-bottom: 60px;
}
[data-browse-mode="P"] .content_block-01 {
  /* padding-bottom: 60px; */
}
[data-browse-mode="P"] .content_block_num {
  font-size: 45px;
}
[data-browse-mode="P"] .content_block_ttl {
  font-size: 30px;
  transform: scale(0.85, 1);
  transform-origin: left;
  letter-spacing: 0.1em;
  padding-left: 0.5em;
}
[data-browse-mode="P"] .content_block-01 .content_block_inner {
  gap: 140px;
  justify-content: right;
  margin-top: 44px;
}
[data-browse-mode="P"] .content_block-01 .content_block_img {
  width: 350px;
}

[data-browse-mode="P"]  .content_block_txt {
  width: 50%;
}
[data-browse-mode="P"]  .content_block_desc {
  font-size: 20px;
  line-height: 2.1;
  letter-spacing: -0.07em;
}

[data-browse-mode="S"] .content_block {
  margin-top: 40px;
  padding-bottom: 20px;
  position: relative;
}
[data-browse-mode="S"] .content_block_num {
  font-size: 26px;
}
[data-browse-mode="S"] .content_block_ttl {
  font-size: 20px;
  transform: scale(0.8, 1);
  transform-origin: left;
  letter-spacing: 0.1em;
  width: 108%;
  position: absolute;
  top: 7px;
  left: 50px;
}
@media screen and (max-width: 385px) {
  [data-browse-mode="S"] .content_block-01 .content_block_ttl {
    /* top: -10px; */
  }
}
[data-browse-mode="S"] .content_block-01 .content_block_inner {
  gap: 20px;
  justify-content: center;
  margin-top: 10px;
  flex-wrap: wrap;
}
[data-browse-mode="S"] .content_block-01 .content_block_img {
  width: 230px;
}

[data-browse-mode="S"]  .content_block_txt {
  width: 100%;
}
[data-browse-mode="S"]  .content_block_desc {
  font-size: 16px;
  line-height: 2.1;
  letter-spacing: -0.01em;
}



.target_item {
  text-align: center;
}
.target_item_desc {
  text-align: left;
}

[data-browse-mode="P"] .content_block-02 .content_block_inner {
  gap: 30px;
  margin-top: 24px;
}

[data-browse-mode="P"] .target_item {
  width: 247px;
}
[data-browse-mode="P"] .target_item_desc {
  font-size: 16px;
}

[data-browse-mode="S"] .content_block-02 .content_block_inner {
  gap: 45px 20px;
  margin-top: 24px;
  flex-wrap: wrap;
  align-items: flex-start;
}
[data-browse-mode="S"] .target_item {
  width: calc((100% - 20px) / 2);
}
[data-browse-mode="S"] .target_item:first-of-type .target_item_img,
[data-browse-mode="S"] .target_item:nth-of-type(3) .target_item_img,
[data-browse-mode="S"] .target_item:nth-of-type(4) .target_item_img {
  aspect-ratio: 126 / 202;
  height: calc((202 / 375) * 100vw)
}
[data-browse-mode="S"] .target_item:nth-of-type(2) .target_item_img {
  aspect-ratio: 138 / 224;
  height: calc((224 / 375) * 100vw)
}
[data-browse-mode="S"] .target_item_img {
  height: auto;
}
[data-browse-mode="S"] .target_item_desc {
  font-size: 16px;
  letter-spacing: -0.01em;
}
[data-browse-mode="S"] .target_item:first-of-type .target_item_desc {
  margin-top: calc((22 / 375) * 100vw);
}


.content_story_ttl {
  font-weight: bold;
}
.content_story_ttl span {
  color: #0291D9;
}
[data-browse-mode="P"] .content_story_item  {
  margin-top: 25px;
  padding-bottom: 55px;
  gap: 44px;
}
[data-browse-mode="P"] .content_story_item .content_block_img {
  width: 496px;
}
[data-browse-mode="P"] .content_story_item:nth-of-type(odd) .content_block_img {
  order: 1;
}
[data-browse-mode="P"] .content_story_item:nth-of-type(even) .content_block_img {
  order: 2;
}
[data-browse-mode="P"] .content_story_item .content_block_txt {
  width: 540px;
}
[data-browse-mode="P"] .content_story_item:nth-of-type(odd) .content_block_txt {
  order: 2;
}
[data-browse-mode="P"] .content_story_item:nth-of-type(even) .content_block_txt {
  order: 1;
}
[data-browse-mode="P"] .content_story_ttl {
  font-size: 26px;
  transform: scale(0.8, 1);
  transform-origin: left;
}
[data-browse-mode="P"] .content_story_ttl span {
  font-size: 36px;
}
[data-browse-mode="P"] .content_story_desc {
  margin-top: 20px;
  font-size: 18px;
  line-height: 2.1;
  letter-spacing: -0.07em;
}

[data-browse-mode="S"] .content_story_item  {
  margin-top: 25px;
  padding-bottom: 30px;
  gap: 10px;
  flex-wrap: wrap;
}
[data-browse-mode="S"] .content_story_item .content_block_img {
  width: 100%;
  order: 1;
}
[data-browse-mode="S"] .content_story_item .content_block_txt {
  width: 125%;
  order: 2;
}
[data-browse-mode="S"] .content_story_ttl {
  font-size: 18px;
  transform: scale(0.9, 1);
  transform-origin: left;
  width: 113%;
}
[data-browse-mode="S"] .content_story_ttl span {
  font-size: 24px;
}
[data-browse-mode="S"] .content_story_desc {
  margin-top: 10px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: -0.01em;
}






.sdgs-upcycled {
  position: relative;
}



.content_catch {
  font-size: 26px;
  font-weight: bold;
  transform: scale(0.8, 1);
  transform-origin: left;
  margin-top: 30px;
}
.content_catch_desc {
  font-size: 18px;
  margin-top: 10px;
}

[data-browse-mode="P"] .sdgs-upcycled  {
  padding-top: 100px;
  margin-top: 50px;
}
[data-browse-mode="P"] .sdgs-upcycled .content_header {
  transform: translateX(35%);
}
[data-browse-mode="P"] .sdgs-upcycled .content-header-icon {
  position:absolute;
  left: calc(50% - 1050px);
  top: 0;
}
[data-browse-mode="P"] .sdgs-upcycled .content_catch_desc {
  width: 65%;
}
[data-browse-mode="P"] .product_inner {
  margin-top: 75px;
}
[data-browse-mode="P"] .block-pickup-list-p li {
  gap: 20px;
}
[data-browse-mode="P"] .block-pickup-list-p--item-body {
  width: 200px;
  margin-left: 0;
}

[data-browse-mode="P"] .sdgs-upcycled .content_ttl::after {
  content:"";
  background: #0291D9;
  height: 1px;
  width: 1500px;
  position: absolute;
  left: calc(50% - 168px);
  bottom: -3px;
  transform: scale(1.25, 1);
}

[data-browse-mode="S"] .product_inner {
  margin-top: 30px;
}
[data-browse-mode="S"] .sdgs-upcycled  {
  margin-top: 190px;
}
[data-browse-mode="S"] .sdgs-upcycled .content-header-icon {
  position:absolute;
  left: -20px;
  top: -190px;
  width: 308px;
}
[data-browse-mode="S"] .sdgs-upcycled .content_header {
  position: relative;
}
[data-browse-mode="S"] .sdgs-upcycled .content_ttl {
  padding-left: 0;
  transform: scale(0.8, 1);
  position: absolute;
  top: 0;
  transform-origin: left;
  left: calc(50% - 80px);
  line-height: 1.1;
  width: 310px;
  /* display: inline; */
}
[data-browse-mode="S"] .sdgs-upcycled .content_ttl::after {
  content:"";
  background: #0291D9;
  height: 1px;
  width: 400px;
  position: absolute;
  left: 45px;
  bottom: -10px;
  transform: scale(1.25, 1);
}
[data-browse-mode="S"] .content_catch {
  padding-top: 150px;
  font-size: 22px;
  padding-left: 20px;
  margin-top: 0;
}
[data-browse-mode="S"] .sdgs-upcycled .content_desc {
  padding-left: 0px;
  position: absolute;
  top: 90px;
  left: calc(50% - 80px);
}
[data-browse-mode="S"] .content_catch_desc {
  font-size: 16px;
  padding-left: 20px;
  width: calc(100% - 20px);
  line-height: 2;
}
[data-browse-mode="S"] .sdgs-upcycled .block-thumbnail-t--items {
  flex-wrap: nowrap;
  padding: 0 10px;
}
[data-browse-mode="S"] .block-thumbnail-t--items li.swiper-slide  {
  width: 140px;
}
[data-browse-mode="S"] #js-goods-list-breakdown {
  display: none;
}

.related-product {
  padding: 50px 0;
}
.related-product .content_catch {
  text-align: center;
  transform-origin: center;
  padding-bottom: 30px;
}
.related_content {
  justify-content: space-between;
  gap: 20px;
}
.related_content a {
  width: calc((100% - 40px) / 3);
  display: block;
}
.related_content a img {
  width: 100%;
  aspect-ratio: 340 / 145;
  height: auto;
  object-fit: cover;
}
.related_inner > p {
  font-size: 14px;
  margin-top: 16px;
}
[data-browse-mode="S"] .related-product .content_catch {
  padding-top: 0;
  padding-left: 0;
}
[data-browse-mode="S"] .related_content {
  flex-wrap: wrap;
  gap: 10px;
}
[data-browse-mode="S"] .related_content a {
  width: 100%;
}
[data-browse-mode="S"] .related_content a img {
  width: 100%;
}
[data-browse-mode="S"] .related_inner > p {
  font-size: 12px;
  margin-top: 16px;
}


.sdgs-product {
  position: relative;
}


.sdgs-product .content-header-icon img {
  width: 100%;
}
.event-more-btn a {
  width: 350px;
  height: 60px;
  background: #011A73;
  color: #fff;
  display: block;
  margin: 50px auto 0;
  border-radius: 30px;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
}
.event-more-btn a:hover {
  opacity: 0.8;
}
.event-more-btn a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  transform : translateY(-50%) rotate(-45deg);
}
[data-browse-mode="P"] .sdgs-product {
  padding-top: 200px;
}
[data-browse-mode="P"] .sdgs-product .content-header-icon {
  position: absolute;
  left: calc(50% + 338px);
  top: 30px;
  width: 634px;
}
[data-browse-mode="P"] .sdgs-product .content_ttl::after {
  content:"";
  background: #0291D9;
  height: 1px;
  width: 1200px;
  position: absolute;
  left: calc(50% - 1130px);
  bottom: 0;
  transform: scale(1.25, 1);
}
[data-browse-mode="P"] .sdgs-product:not(:has(.block-pickup-list-p--items > li:nth-of-type(3))) .event-more-btn {
  display: none;
}

[data-browse-mode="S"] .sdgs-product {
  margin-top: 230px;
}
[data-browse-mode="S"] .sdgs-product .content-header-icon {
  position: absolute;
  left: calc(50% - 110px);
  top: -230px;
  width: 304px;
}
[data-browse-mode="S"] .sdgs-product .content_ttl::after {
  content:"";
  background: #0291D9;
  height: 1px;
  width: 295px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale(1.25, 1);
}
[data-browse-mode="S"] .sdgs-product .content_catch {
  padding-top: 20px;
}
[data-browse-mode="S"] .event-more-btn a {
  width: 285px;
  height: 50px;
  background: #011A73;
  color: #fff;
  margin: 30px auto 0;
  line-height: 50px;
  font-size: 16px;
}
[data-browse-mode="S"] .sdgs-product:not(:has(.block-thumbnail-t--items > li:nth-of-type(11))) .event-more-btn {
  display: none;
}




/******************************
  future promise
******************************/
.future-promise {
  position: relative;
}
.future-promise-img {
  width: 100%;
  position: relative;
}
.future-promise-img::before {
  content:"";
  background: linear-gradient(90deg, #000000 0%, transparent 70%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.74;
}
.future-promise-img img {
  width: 100%;
  height: auto;
}
.future_inner {
  position: absolute;
  top: 50%;
  left: calc(50% - 0px);
  transform: translate(-50%, -50%);
  color: #fff;
}
.future_ttl {
  font-size: 29px;
}
.future_ttl span {
  font-size: 40px;
  padding-right: 7px
}
.future_desc {
  margin-top: 30px;
  font-size: 18px;
  line-height: 2.1;
}

[data-browse-mode="P"] .future-promise {
  min-width: 1000px;
  width: 100%;
  margin-top: 200px;
  transition: 0.3s;
}
[data-browse-mode="P"] .future-promise:hover {
  opacity: 0.8;
}

[data-browse-mode="S"] .future-promise {
  margin-top: 75px;
}
[data-browse-mode="S"] .future-promise-img::before {
  background: linear-gradient(180deg, #000000 0%, transparent 70%);
}
[data-browse-mode="S"] .future_inner {
  width: 100%;
  top: 4%;
  left: 0;
  transform: none;
}
[data-browse-mode="S"] .future_ttl {
  font-size: 20px;
}
[data-browse-mode="S"] .future_ttl span {
  font-size: 32px;
  padding-right: 0px
}
[data-browse-mode="S"] .future_desc {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2.1;
}