/*=====================================
これまでの事業（活動する）
======================================*/
.page-id-66 .breadcrumb-list,
.page-id-9297 .breadcrumb-list,
.page-id-9301 .breadcrumb-list,
.page-id-9299 .breadcrumb-list,
.page-id-9293 .breadcrumb-list,
.page-id-9303 .breadcrumb-list,
.page-id-9295 .breadcrumb-list,
.page-id-9308 .breadcrumb-list,
.page-id-9310 .breadcrumb-list,
.page-id-9312 .breadcrumb-list,
.page-id-9306 .breadcrumb-list {
  top: 80px;
}
.page-id-62 .breadcrumb-list {
  display: flex;
}
.page-id-62 .inner-contents > div {
  margin-top: 40px;
}
.page-id-66 .wrapper,
.page-id-9297 .wrapper,
.page-id-9301 .wrapper,
.page-id-9299 .wrapper,
.page-id-9293 .wrapper,
.page-id-9303 .wrapper,
.page-id-9295 .wrapper {
  margin-top: 92px;
  background-image: url("../images/activity/bg_deco.png");
  background-repeat: repeat;
  background-size: contain;
}
.page-id-9308 .wrapper,.page-id-9310 .wrapper,.page-id-9312 .wrapper,.page-id-9306 .wrapper {
  margin-top: 92px;
}
.page-id-66 .contents {
  margin: 0 auto;
  max-width: calc(100% - 32px);
  background-color: #fff;
}
.page-id-9297 .contents,
.page-id-9301 .contents,
.page-id-9299 .contents,
.page-id-9293 .contents,
.page-id-9303 .contents,
.page-id-9295 .contents {
  margin: 0 auto;
  padding: 0 0 80px;
  max-width: calc(100% - 32px);
  background-color: #fffeea;
}
.page-id-9308 .contents,.page-id-9310 .contents,.page-id-9312 .contents,.page-id-9306 .contents {
  margin: 0 auto;
  padding: 0 0 80px;
}
.page-id-68 .header-area {
  padding: 10px 0 0;
}
.page-id-68 .breadcrumb-list {
  padding: 0 10px 40px;
  top: 70px;
}
.mw-1000 {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1000px;
}
.mw-1100 {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1200px;
}
.mw-1300 {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1300px;
}
.activity-menu-btn-box {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 48px;
  margin: 0 auto;
  padding-top: 60px;
}
.activity-menu-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 96px) / 3);
  height: 56px;
  border: 1px solid rgb(255 255 255 / 0);
  z-index: 0;
}
.activity-menu-btn::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: 100%;
  height: 100%;
  background-color: rgb(183 213 148/ 1);
  border: 2px solid rgb(156 193 113 / 0);
  border-radius: 28px;
  transition: all 0.3s;
  z-index: -1;
}
.activity-menu-btn::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 100%;
  height: 100%;
  background-color: rgb(156 193 113 / 1);
  border: 2px solid rgb(156 193 113 / 0);
  border-radius: 28px;
  transition: all 0.3s;
  z-index: -1;
}
.activity-menu-link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -4px;
  left: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  font-size: 18px;
  color: #fff;
  transition: all 0.3s;
  z-index: 0;
}
.activity-menu-arrow {
  position: absolute;
  top: 24px;
  right: 14px;
  width: 46px;
  height: auto;
}
.activity-menu-btn.active .activity-menu-link {
  color: rgb(156 193 113 / 1);
}
.activity-menu-btn.active::before,.activity-menu-btn.active::after{
  background-color: rgb(255 255 255 / 1);
  border: 1px solid rgb(156 193 113 / 1);
}
.page-id-9297 .activity-menu-btn-box li:nth-of-type(1) .activity-menu-link,
.page-id-9301 .activity-menu-btn-box li:nth-of-type(2) .activity-menu-link,
.page-id-9299 .activity-menu-btn-box li:nth-of-type(3) .activity-menu-link,
.page-id-9293 .activity-menu-btn-box li:nth-of-type(4) .activity-menu-link,
.page-id-9303 .activity-menu-btn-box li:nth-of-type(5) .activity-menu-link,
.page-id-9295 .activity-menu-btn-box li:nth-of-type(6) .activity-menu-link {
  color: rgb(156 193 113 / 1);
  pointer-events: none;
}
.page-id-9297 .activity-menu-btn-box li:nth-of-type(1):before,
.page-id-9301 .activity-menu-btn-box li:nth-of-type(2):before,
.page-id-9299 .activity-menu-btn-box li:nth-of-type(3):before,
.page-id-9293 .activity-menu-btn-box li:nth-of-type(4):before,
.page-id-9303 .activity-menu-btn-box li:nth-of-type(5):before,
.page-id-9295 .activity-menu-btn-box li:nth-of-type(6):before,
.page-id-9297 .activity-menu-btn-box li:nth-of-type(1):after,
.page-id-9301 .activity-menu-btn-box li:nth-of-type(2):after,
.page-id-9299 .activity-menu-btn-box li:nth-of-type(3):after,
.page-id-9293 .activity-menu-btn-box li:nth-of-type(4):after,
.page-id-9303 .activity-menu-btn-box li:nth-of-type(5):after,
.page-id-9295 .activity-menu-btn-box li:nth-of-type(6):after {
  background-color: rgb(255 255 255 / 1);
  border: 1px solid rgb(156 193 113 / 1);
}
.page-id-9297 .activity-menu-btn-box li:nth-of-type(1) .activity-menu-arrow,
.page-id-9301 .activity-menu-btn-box li:nth-of-type(2) .activity-menu-arrow,
.page-id-9299 .activity-menu-btn-box li:nth-of-type(3) .activity-menu-arrow,
.page-id-9293 .activity-menu-btn-box li:nth-of-type(4) .activity-menu-arrow,
.page-id-9303 .activity-menu-btn-box li:nth-of-type(5) .activity-menu-arrow,
.page-id-9295 .activity-menu-btn-box li:nth-of-type(6) .activity-menu-arrow {
  display: none;
}
.mofu-link-btn-wrap {
  position: relative;
  margin: 0 auto;
  max-width: 440px;
  text-align: center;
  background-color: #ffab54;
  border-radius: 26px;
  transition: all 0.3s;
  z-index: 0;
}
.mofu-link-btn-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  width: 26px;
  height: 26px;
  background-color: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.mofu-link-btn-wrap:after {
  content: "";
  position: absolute;
  top: 20px;
  right: -25px;
  width: 46px;
  height: 8px;
  background-image: url(../images/activity/orange_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s;
  z-index: 2;
}
.mofu-link-btn-wrap:hover {
  opacity: 0.7;
}
.mofu-link-btn-wrap:hover:after {
  right: 10px;
}
.mofu-link-btn {
  display: block;
  padding: 14px 0;
  font-weight: bold;
  color: #fff;
}
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .mw-1000 {
    padding: 0 10px;
  }
  .mw-1100 {
    padding: 0 10px;
  }
  .mw-1300 {
    padding: 0 10px;
  }
  .header-sub {
    padding: 10px 0;
  }
  .page-id-68 .header-area {
    padding: 0;
  }
  .page-id-68 .breadcrumb-list {
    top: -6px;
    padding: 0 10px;
  }
  .page-id-68 .wrapper {
    margin-top: 0;
  }
  .page-id-9297 .contents,
  .page-id-9301 .contents,
  .page-id-9299 .contents,
  .page-id-9293 .contents,
  .page-id-9303 .contents,
  .page-id-9295 .contents {
    max-width: calc(100% - 20px);
  }
  .page-id-9308 .wrapper,
  .page-id-9310 .wrapper,
  .page-id-9312 .wrapper,
  .page-id-9306 .wrapper {
    margin-top: 0;  
  }
}
@media screen and (max-width: 560px) {
  .page-id-62 .inner-contents > div {
    flex-direction: column;
  }
  .page-id-62 .category-box > div {
    width: 100%;
    margin-bottom: 40px;
  }
}

/*=====================================
アフリカ毛布　トップページ
======================================*/
.af-mofu .mofu-logo {
  display: block;
  padding: 5px 20px 0;
  max-width: 445px;
}
.world-about {
  margin: 0 auto;
  padding-top: 80px;
  max-width: 1000px;
}
.world-about .about-ttl {
  margin: 0;
  padding: 40px 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background-image: url(../images/activity/title_flag_green.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.world-about .about-ttl span {
  display: inline-block;
  padding: 5px 10px;
  width: 100%;
  max-width: 510px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 24px;
  font-weight: bold;
}
.world-about .about-txt {
  margin: 56px 0 0;
}
.world-box {
  margin: 56px auto 0;
  padding: 10px;
  max-width: 800px;
  background-color: #E8F4FF;
  border: 5px solid #7FCCFF;
  border-radius: 8px;
}
.world-box-inner {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.world-box .world-img {
  max-width: 100%;
}
.mofu-area {
  margin: 56px auto 80px;
  padding: 0 20px;
  max-width: 1000px;
}
.area-column {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin: 40px 0 0;
  list-style: none;
}
.area-column li {
  width: calc((100% - 80px) / 3);
}
.af-mofu .ly-main-activity {
  margin: 0px;
  padding: 0;
}
.af-mofu .sec-item-activity {
  margin: 0;
  padding: 0;
}
.af-mofu .category-box {
  margin: 80px auto 0;
  max-width: 1300px;
  width: 100%;
}
.af-mofu .category-box > div {
  width: calc(97% / 3);
}
.area-column-ttl {
  display: flex;
  align-items: start;
  gap: 7px;
  font-weight: 700;
}
.area-column-ttl span:nth-of-type(2) {
  width: calc(100% - 37px);
}
.area-column-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 14px;
  color: #fff;
  background-color: #c68a61;
  border-radius: 50%;
}
.area-column-num.color-1 {
  color: #fff;
  background-color: #81a5d7;
}
.area-column-num.color-2 {
  color: #fff;
  background-color: #f5c53a;
}
.area-column-num.color-3 {
  color: #fff;
  background-color: #d599be;
}
.area-column-txt {
  display: block;
  margin: 12px 0 0;
}
.area-sub-text {
  margin: 40px 0 0;
  padding: 16px 20px;
  border-top: 1px dashed #9d9d9d;
  border-bottom: 1px dashed #9d9d9d;
  border-radius: 2px;
}
.af-mofu .movie-area {
  padding: 0;
  background-image: url(../images/activity/movie_bg.png);
}
.af-mofu .movie-area-overlay {
  display: block;
  padding: 48px 20px;
  width: 100%;
  height: 100%;
  background: rgb(253 252 220 / 0.7);
}
.af-mofu h2.activity-movie-ttl,
.af-mofu .activity-movie-desc p {
  color: #000;
}
.af-mofu .activity-movie-desc {
  max-width: 1000px;
}
.af-mofu .category-box > div,.af-mofu .category-box p {
  margin: 0;
}
.af-mofu .category-box > div:nth-of-type(n+4) {
  margin-top: 40px;
}
.af-mofu .category-box a:hover {
  color: #9cc171;
}
.category-box a:hover .h2-copy::before,.category-box a:hover .h2-copy::after {
  background-color: #9cc171;
}
.category-box a:hover h2::after {
  border-color: #9cc171;
}
.end-campaign {
  margin: 80px 0 0;
  padding: 0 0 80px;
}
.endcamp-ttl {
  padding: 0 0 10px;
  margin: 0 0 30px;
  font-size: 24px;
  color: #b71700;
  font-weight: bold;
  border-bottom: 2px solid #b71700;
}
.endcamp-float-r {
  float: right;
  margin: 0 0 10px 30px;
  max-width: 330px;
}
.endcamp-float-r img {
  display: block;
  object-fit: contain;
  max-width: 100%;
}
.endcamp-float-l {
  float: left;
  margin: 0 0 10px 30px;
  max-width: 330px;
}
.endcamp-float-l img {
  display: block;
  object-fit: contain;
  max-width: 100%;
}
.img-caption {
  font-size: 14px;
  margin-top: 6px;
}
.endcamp-comm {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: bold;
}
.endcamp-comm span {
  font-size: 13px;
}
.endcamp-name {
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: bold;
}
.endcamp-box .endcamp-txt-1 {
  margin-bottom: 24px;
}
.endcamp-box .endcamp-txt-1:last-of-type {
  margin-bottom: 0;
}
.end-campaign .read-more-btn {
  margin: 40px auto 0;
  background-color: #9cc171; 
}
.end-campaign .read-more-btn:hover {
  background-color: #8eb85c;
}
.end-campaign .mofu-link-btn-wrap {
  margin: 68px auto 0;
  background-color: #beb888;
}
.end-campaign .mofu-link-btn-wrap:after {
  height: 9px;
  background-image: url(../images/activity/beige_arrow.svg);
}
.page-id-66 .js-page-top.ani,
.page-id-9297 .js-page-top.ani,
.page-id-9301 .js-page-top.ani,
.page-id-9299 .js-page-top.ani,
.page-id-9293 .js-page-top.ani,
.page-id-9303 .js-page-top.ani,
.page-id-9295 .js-page-top.ani {
  right: 2.5rem;
}

@media screen and (max-width: 960px) {
  .world-about {
    padding-top: 56px;
  }
  .af-mofu .mofu-logo {
    max-width: 370px;
    width: 100%;
    object-fit: contain;
  }
  .world-about .about-ttl,.world-about .about-ttl span,
  .af-mofu h2.activity-movie-ttl,
  h2.activity-movie-ttl span.activity-inner-txt,
  .endcamp-ttl {
    font-size: 20px;
  }
  .world-about .about-ttl {
    padding: 28px 0;
  }
  .af-mofu .category-box > div {
    width: calc(97% / 2);
  }
  .af-mofu .category-box > div:nth-of-type(n+3) {
    margin-top: 40px;
  }
  .area-column {
    gap: 30px 20px;
  }
  .area-column li {
    width: calc((100% - 20px) / 2);
  }
  .endcamp-float-r,.endcamp-float-l {
    max-width: 240px;
  }
  .category-box h2 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .breadcrumb-list {
    width: 100%;
    overflow: auto;
  }
  .breadcrumb-list ul {
    width: auto;
  }
  .page-id-66 .breadcrumb-list,
  .page-id-9297 .breadcrumb-list,
  .page-id-9301 .breadcrumb-list,
  .page-id-9299 .breadcrumb-list,
  .page-id-9293 .breadcrumb-list,
  .page-id-9303 .breadcrumb-list,
  .page-id-9295 .breadcrumb-list,
  .page-id-9308 .breadcrumb-list,
  .page-id-9310 .breadcrumb-list,
  .page-id-9312 .breadcrumb-list,
  .page-id-9306 .breadcrumb-list {
    top: 0;
  }
  .page-id-66 .wrapper,
  .page-id-9297 .wrapper,
  .page-id-9301 .wrapper,
  .page-id-9299 .wrapper,
  .page-id-9293 .wrapper,
  .page-id-9303 .wrapper,
  .page-id-9295 .wrapper {
    margin-top: 10px;
  }
  .endcamp-float-r {
    max-width: 200px;
  }
  .end-campaign .read-more-btn {
    width: 200px;
    height: 47px;
  }
  .mofu-link-btn {
    padding: 14px 26px;
    font-size: 14px;
  }
  .mofu-link-btn-wrap {
    max-width: 280px;
  }
  .mofu-link-btn-wrap:before,.mofu-link-btn-wrap:after {
    display: none;
  }
  .page-id-66 .contents {
    max-width: calc(100% - 18px);
  }
  .af-mofu .mofu-logo {
    padding: 5px 10px 0;
  }
  .mofu-area {
    margin: 56px auto 60px;
  }
  .af-mofu .movie-area-overlay {
    padding: 40px 10px;
  }
  .af-mofu .category-box {
    margin: 60px auto 0;
  }
  .end-campaign .mofu-link-btn-wrap {
    margin: 52px auto 0;
  }
  .end-campaign {
    margin: 60px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .mofu-area {
    padding: 0;
  }
}

@media screen and (max-width: 520px) {
  .endcamp-float-r,.endcamp-float-l {
    display: block;
    margin: 0 auto;
    float: none;
  }
  .endcamp-comm {
    margin-top: 16px;
  }
  .af-mofu .category-box > div {
    width: 100%;
  }
  .area-column li {
    width: 100%;
  }
  .mofu-link-btn-wrap:after {
    right: -15px;
  }
  .mofu-link-btn-wrap {
    max-width: 250px;
  }
  .af-mofu .category-box > div:nth-of-type(n+2) {
    margin-top: 40px;
  }
}


/*=====================================
アフリカ毛布　動画
======================================*/
.mofu-logo.subpage {
  display: block;
  padding: 24px 20px 0;
  max-width: 445px;
}
.mofu-movie {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 30px;
  justify-content: flex-start;
  margin: 80px 0
}
.mofu-movie .movie-item {
  width: calc((100% - 60px) / 3);
  box-sizing: border-box;
  padding: 12px;
  color: #000;
  background-color: #fff;
  border-radius: 8px;
}
.mofu-movie .movie-item:hover {
  opacity: 0.7;
}
.mofu-movie iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: none;
  display: block;
}
.mofu-movie p {
  margin-top: 12px;
  padding: 0;
  font-family: 'Noto Serif JP', serif !important;
}
@media screen and (max-width: 1200px) {
  .activity-menu-btn-box {
    gap: 32px;
  }
  .activity-menu-btn {
    width: calc((100% - 32px) / 2);
    height: 50px;
  }
}
@media screen and (max-width: 960px) {
  .activity-menu-arrow {
    display: none;
  }
  .activity-menu-btn-box {
    gap: 28px 20px;
  }
  .activity-menu-btn {
    width: calc((100% - 20px) / 2);
  }
  .activity-menu-link {
    font-size: 16px;
  }
  .mofu-movie .movie-item {
    width: calc((100% - 20px) / 2);
    padding: 12px;
  }
  .mofu-movie {
    gap: 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  .activity-menu-btn {
    height: 56px;
    text-align: center;
    line-height: 1.3;
  }
  .activity-menu-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .mofu-movie .movie-item {
    width: 100%;
  }
  .mofu-movie {
    margin: 60px 0;
  }
}


/*=====================================
アフリカ毛布　実績データ
======================================*/
.contents-block-common {
	padding: 0px 20px;
}
.contents-block-common .contents-common-wrap .contents-inner-block .title-preread-block p {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
}
.contents-block-common .contents-common-wrap .contents-inner-block {
	max-width: 1200px;
	margin: 0 auto;
}
.contents-block-common .contents-common-wrap .contents-inner-block .title-preread-block {
  margin: 60px 0 40px;
}
.contents-block-common .contents-common-wrap .contents-inner-block .title-preread-block p.fw-b {
	font-weight: bold;
}
.performance-block .performance-list {
	margin-bottom: 80px;
}
.performance-block .performance-list .row {
	display: block;
	margin-bottom: 20px;
}
.performance-block .performance-list .row h4 {
	display: block;
	position: relative;
	padding: 8px 40px;
	text-align: center;
	color: #fefefe;
	font-size: 28px;
	font-weight: bold;
	background: #beb888;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
  border-radius: 10px;
}
.performance-block .performance-list .row h4::after {
	position: absolute;
	content: url(../images/activity/arrow.png);
	right: 20px;
	top: 50%;
	font-size: 0px;
	line-height: 1;
	margin-top: -7px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.performance-block .performance-list .row h4.active::after {
  transform: rotate(-180deg);
}
.performance-block .performance-list .row .pref-detail {
	padding: 50px 35px;
	background: #ffffff;
	line-height: 1.5;
	display: none;
}
.performance-block .performance-list .row .pref-detail > dl:last-of-type {
	margin-bottom: 0;
}
.performance-block .performance-list .row .pref-detail > dl dt {
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.performance-block .performance-list .row .pref-detail .close-tab {
	padding-top: 40px;
	text-align: center;
}
.performance-block .performance-list .row .pref-detail .close-tab span {
	line-height: 1.5;
	font-size: 18px;
	background: #666666;
	border-radius: 30px;
	padding: 10px 40px;
	color: #fefefe;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.performance-block .performance-list .row .pref-detail > dl dd table tbody tr th {
  width: 160px;
  padding: 10px;
  vertical-align: top;
  background: #fffaed;
  border: 1px solid #999999;
  font-size: 14px;
  text-align: left;
  font-weight: normal;
  box-sizing: border-box;
}
.performance-block .performance-list .row .pref-detail > dl dd table tbody tr td {
  padding: 10px;
  vertical-align: top;
  border: 1px solid #999999;
  font-size: 14px;
  text-align: left;
  font-weight: normal;
}
.performance-block .performance-list .row .pref-detail table {
  width: 100%;
}
.performance-block .performance-list .row .pref-detail > dl {
  display: block;
  margin-bottom: 30px;
}
.performance-block .performance-list .row h4:hover,.performance-block .performance-list .row .pref-detail .close-tab span:hover {
  opacity: 0.8;
}
@media screen and (max-width: 999px) {
  .performance-block .performance-list .row .pref-detail > dl dd table tbody tr th {
    font-size: 12px;
    width: 33%;
  }
  .performance-block .performance-list .row .pref-detail {
    padding: 40px 10px;
  }
  .performance-block .performance-list .row h4 {
    font-size: 20px;
    padding: 6px 20px;
  }
  .contents-block-common {
    padding: 0px 10px;
  }
  .performance-block .performance-list .row .pref-detail > dl dd table tbody tr td {
    font-size: 12px;
  }
}

/*=====================================
アフリカ毛布　アフリカからの喜びの声
======================================*/
.page-id-9293 .mofu-link-btn-wrap {
  margin: 80px auto 0;
}
.mofu-voice-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 100%;
  margin: 60px auto 0;
}
.mofu-voice {
  padding: 28px;
  width: calc((100% - 80px) / 3);
  background: #fff;
  border-radius: 6px;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.04);
}
.mofu-voice:last-of-type {
  margin: 0;
}
.voice-box-1 img {
  display: block;
  max-width: 100%;
  object-fit: contain;
  border-radius: 6px;
}
.voice-box-2 {
  flex: 1 1 auto;
  min-width: 0;
}
.voice-ttl {
  margin: 10px 0 5px;
  font-size: 20px;
  font-weight: bold;
}
.voice-prof {
  margin-bottom: 16px;
  padding-bottom: 16px;
  font-size: 14px;
  border-bottom: 2px solid #beb888;
}
.voice-txt {
  display: -webkit-box;
  overflow: hidden;
  height: 4.8em;
}
.voice-box-2.open .voice-txt {
  -webkit-line-clamp: unset;
  display: block;
  overflow: visible;
  height: auto;
}
button:focus {
  outline: none;
}
.read-more-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 40px auto 0;
  max-width: 210px;
  width: 100%;
  height: 52px;
  background-color: #beb888!important;
  border: none;
  font-size: 16px;
  font-weight: bold;
  color: #fff!important;
  border-radius: 4px;
  cursor: pointer;
  line-height: 1;
  transition: 0.3s;
}
.read-more-btn::before {
  content: "";
  position: absolute;
  top: -2px;
  right: 7px;
  width: 1px;
  height: 27px;
  background: #fff;
  transform: rotate(-32deg);
}
.read-more-btn::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 7px;
  width: 1px;
  height: 27px;
  background: #fff;
  transform: rotate(32deg);
}
.voice-box-2.open .read-more-btn::before,.mag-box-2.open .read-more-btn::before,.voice-ja-txt-wrap.open .read-more-btn::before {
  top: 12px;
  right: 19px;
  transform: rotate(45deg);
}
.voice-box-2.open .read-more-btn::after,.mag-box-2.open .read-more-btn::after,.voice-ja-txt-wrap.open .read-more-btn::after {
  bottom: 12px;
  right: 19px;
  transform: rotate(-45deg);
}
.read-more-btn:hover {
  background-color: #b7b06f!important;
}
@media screen and (max-width: 960px) {
 .mofu-voice {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .mofu-voice-wrap {
    gap: 30px 20px;
  }
  .mofu-voice {
    width: calc((100% - 20px) / 2);
    padding: 16px;
  }
}
@media screen and (max-width: 560px) {
  .mofu-voice {
    width: 100%;
  }
}

/*=====================================
アフリカ毛布　報道資料
======================================*/
.page-id-9299 .contents {
  padding: 0 0 80px;
}
.page-id-9299 .mofu-link-btn-wrap {
  margin: 80px auto 0;
}
.mofu-magazine {
  display: flex;
  gap: 40px;
  margin: 0 auto;
}
.mw-1300 .mofu-magazine:first-of-type {
  margin-top: 80px;
}
.mw-1300 .mofu-magazine:not(:first-of-type) {
  margin-top: 60px;
}
.mag-box-1 {
  flex: 0 0 36%;
  min-width: 310px;
}
.mag-box-1 img {
  display: block;
  max-width: 100%;
  object-fit: contain;
  border-radius: 6px;
}
.mag-box-2 {
  flex: 1 1 auto;
  min-width: 0;
}
.mag-ttl {
  position: relative;
  padding: 15px 25px;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  background-image: linear-gradient(90deg, #efebcd, transparent 100%);
  border-radius: 2px;
  z-index: 0;
}
.mag-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background-color: #beb888;
  clip-path: polygon(0 0, 100% 0, 0 102%);
  border-radius: 2px;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .mofu-magazine {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .mag-box-1,.mag-box-2 {
    flex: 0 0 100%;
    width: 100%;
    min-width: auto;
  }
  .mag-box-1 img {
    max-width: 480px;
    margin: 0 auto;
  }
  .mw-1300 .mofu-magazine:not(:first-of-type) {
    gap: 6px;
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px dashed #d5d2d2;
  }
}

/*=====================================
アフリカ毛布　フォトギャラリー
======================================*/
.prom-txt-1 {
  padding: 60px 0;
  font-size: 18px;
}
.prom-txt-2 {
  max-width: 860px;
  padding: 60px 0 0;
  margin: 0 auto;
  font-size: 18px;
}
.prom-txt-3 {
  padding: 80px 0;
  font-size: 18px;
}
.prom-txt-1 p,.prom-txt-2 p,.prom-txt-3 p {
  text-align: center;
}
.mofu-gallery {
  display: flex;
  gap: 40px;
  margin-bottom: 80px;
}
.gallery-box-wrap {
  width: calc(50% - 20px);
  box-sizing: border-box;
}
.gallery-ttl {
  margin: 30px 0 100px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.ttl-inner {
  position: relative;
  z-index: 0;
}
.ttl-inner::before {
  content: "";
  position: absolute;
  width: 186px;
  height: 116px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.af .ttl-inner::before {
  top: -31px;
  left: -34px;
  background-image: url("../images/gallery/icn_mofu_green.svg");
}
.ja .ttl-inner::before {
  top: -31px;
  left: -56px;
  background-image: url("../images/gallery/icn_mofu_purple.svg");
}
.gallery-box {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 60px 20px;
  border-radius: 6px;
  box-sizing: border-box;
}
a.box-link {
  display: block;
  width: calc(50% - 15px);
  padding: 10px;
  background: inherit;
  background-color: #fff;
  border-radius: 2px;
  box-sizing: border-box;
  transition: 0.3s;
}
.af .gallery-box a.box-link:hover {
  background-color: #c6dbbb;
}
.ja .gallery-box a.box-link:hover {
  background-color: #cbcee9;
}
.af .gallery-box {
  background-color: #D5E6CD;
}
.ja .gallery-box {
  background-color: #DFE1F4;
}
.box-link-txt {
  margin: 8px 0 0;
  font-size: 16px;
  color: #000;
}
.link-inner-txt-1,.link-inner-txt-2 {
  margin-left: 10px;
}
@media screen and (max-width: 1200px) {
  .mofu-gallery {
    flex-wrap: wrap;
  }
  .gallery-box-wrap {
    width: 100%;
  }
  a.box-link {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 960px) {
  .mofu-gallery {
    gap: 80px;
  }
  .gallery-ttl {
    font-size: 20px;
  }
  .ttl-inner::before {
    width: 168px;
    height: 105px;
  }
  .af .ttl-inner::before {
    top: -32px;
    left: -36px;
  }
}
@media screen and (max-width: 768px) {
  .gallery-box {
    gap: 20px;
    padding: 40px 20px;
  }
  .gallery-ttl {
    margin: 30px 0 70px;
    font-size: 18px;
  }
  .ttl-inner::before {
    width: 135px;
    height: 84px;
  }
  .af .ttl-inner::before {
    top: -24px;
    left: -28px;
  }
  a.box-link {
    width: calc((100% - 20px) / 2);
  }
  .ja .ttl-inner::before {
    top: -23px;
    left: -45px;
  }
  .prom-txt-1 {
    padding: 60px 0 40px;
  }
}
@media screen and (max-width: 560px) {
  a.box-link {
    width: 100%;
  }
  .prom-txt-3 {
    padding: 30px 0;
  }
}

/*=====================================
アフリカ毛布　アフリカ毛布と私
======================================*/
.mofu-voice-ja {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  margin: 52px 0 0;
}
.voice-ja-box-1 {
  margin: 0 0 80px;
  width: 100%;
}
.voice-ja-box-1 .voice-ja-sub-ttl-1 {
  margin: 0;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  border-bottom: 2px solid #beb888;
}
.voice-ja-box-1 .voice-ja-sub-ttl-1:not(:first-of-type) {
  margin: 60px 0 0;
}
.voice-ja-name-1 {
  margin: 8px 0 0;
  font-size: 16px;
}
.voice-ja-name-1 span {
  font-weight: bold;
}
.voice-ja-img-wrap-1 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  margin: 24px auto 0;
  max-width: 760px;
}
.voice-ja-img-wrap-1 .voice-ja-img-box {
  width: calc(50% - 20px);
}
.voice-ja-img {
  display: block;
  max-width: 100%;
  object-fit: contain;
}
.voice-ja-img.col-1 {
  margin: 24px auto 0;
  max-width: 500px;
}
.voice-ja-img.mt {
  margin: 10px 0 0;
}
.voice-ja-img.mt2 {
  margin: 16px 0 0;
}
.voice-ja-img-txt {
  margin: 8px 0 0;
  font-size: 14px;
}
.voice-ja-img-txt.col-1 {
  margin: 8px auto 0;
  max-width: 500px;
}
.voice-ja-txt {
  height: 182px;
  overflow: hidden;
}
.voice-ja-txt-wrap.open .voice-ja-txt {
  height: auto;
  overflow: visible;
}
.voice-ja-box-1 .voice-ja-sub-ttl-2 {
  padding-left: 12px;
  margin: 40px 0 0;
  font-size: 18px;
  font-weight: bold;
  border-left: 5px solid #beb888;
}
.voice-inner-txt {
  margin: 24px 0 0;
  font-size: 16px;
}
.voice-inner-txt.mt {
  margin: 10px 0 0;
}
.voice-japan-button .box-dg-button {
  gap: 40px;
  max-width: 660px;
  margin: 50px auto 0;
}
.voice-japan-button .btn-dg {
  width: calc(50% - 20px);
}
.voice-japan-button .btn-dg.btn-dg-orange,.voice-japan-button .btn-dg.btn-dg-green {
  background: #936e4e;
  box-shadow: 0px 5px 0px 0px #bfae9f;
}
.voice-japan-button .btn-dg.btn-dg-orange.btn-dg-current:hover,.voice-japan-button .btn-dg.btn-dg-green.btn-dg-current:hover {
  box-shadow: 0px 5px 0px 0px #bfae9f;
}
.voice-japan-button .btn-dg.btn-dg-orange.btn-dg-current,.voice-japan-button .btn-dg.btn-dg-green.btn-dg-current {
  background: #bfae9f;
}
.voice-japan-button .btn-dg.btn-dg-orange.btn-dg-current::after,.voice-japan-button .btn-dg.btn-dg-green.btn-dg-current::after {
  background: #bfae9f;
}
.voice-japan-button .btn-dg span {
  border: 1.5px solid #fff;
}
.voice-ja-img-box.endcamp-float-r {
  margin: 14px 0 10px 30px;
}
.voice-ja-img-box.endcamp-float-l {
  margin: 14px 30px 10px 0;
}
.endcamp-float-r.line-2 {
  margin: 14px 0 10px 30px!important;
}
@media screen and (max-width: 768px) {
  .voice-japan-button .box-dg-button {
    gap: 20px;
  }
  .voice-japan-button .btn-dg {
    width: calc(50% - 10px);
  }
  .voice-ja-img-wrap-1 {
    gap: 20px;
  }
  .voice-ja-img-wrap-1 .voice-ja-img-box {
    width: calc(50% - 10px);
  }
  .voice-ja-img-box.endcamp-float-r,.voice-ja-img-box.endcamp-float-l {
    float: none;
    margin: 30px auto 0;
    max-width: 250px;
  }
  .endcamp-float-r.line-2 {
    margin: 30px auto 0!important;
  }
}
@media screen and (max-width: 560px) {
  .voice-japan-button .btn-dg {
    height: 90px;
  }
}

/*=====================================
ゆめポッケ　トップ
======================================*/
.dreambag p,.dreambag a,.dreambag span {
  color: #3b3b3b;
}
.contents-wrap.dreambag {
  padding-bottom: 80px;
  overflow: hidden;
}
.dreambag .area-column-num {
  color: #fff;
  background-color: #eba242;
}
.dreambag .area-column-num.color-1 {
  color: #fff;
  background-color: #dc9dc4;
}
.dreambag .area-column-num.color-2 {
  color: #fff;
  background-color: #7ea0ca;
}
.dreambag .area-column-num.color-3 {
  color: #fff;
  background-color: #31afd1;
}
.group-image {
  display: block;
  margin: 80px auto;
  max-width: 1000px;
  width: 100%;
  object-fit: contain;
}
.dreambag-about-ttl,
.dreambag-history-ttl {
  padding: 3px 0;
  font-weight: bold;
  color: #3b3b3b;
  text-align: center;
  background-image: url(../images/dreambag/about_title_back.png);
  background-repeat: no-repeat;
  background-size: 292px 118%;
  background-position: center -4px;
}
.dreambag-about-txt {
  margin: 30px 0 80px;
}
.dreambag .world-box {
  margin: 0 auto;
}
.dreambag .read-more-btn {
  width: 250px;
  height: 56px;
  background-color: #f3bb62!important;
  border: none;
  border-radius: 26px;
  z-index: 0;
}
.dreambag .read-more-btn:hover {
  opacity: 0.7;
}
.dreambag .read-more-btn span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
.dreambag .read-more-btn::before,
.dreambag .read-more-btn::after {
  display: none;
}
.dreambag .read-more-btn span::before {
  content: "";
  position: absolute;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 50%;
  left: 50%;
  border: 1px dashed #fff;
  border-radius: 26px;
  background: none;
  transform: translate(-50%, -50%);
}
.dreambag .read-more-btn span::after {
  content: "";
  position: absolute;
  top: 21px;
  right: 15px;
  width: 0;
  height: 0;
  background: none;
  transform: none;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 11px solid #fff;
  border-right: 0;
}
.dreambag .mofu-area-wrap.open .read-more-btn span::after {
  display: none;
}
.dreambag-history-ttl {
  position: relative;
}
.dreambag-history-ttl::before {
  content: "";
  position: absolute;
  top: -70px;
  right: -182px;
  width: 148px;
  height: 157px;
  background-image: url(../images/dreambag/icn_person_1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.dreambag-history-ttl::after {
  content: "";
  position: absolute;
  top: 200px;
  left: -190px;
  width: 170px;
  height: 182px;
  background-image: url(../images/dreambag/icn_person_2.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.dreambag .group {
  background-image: url("../images/dreambag/group_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.dreambag .mofu-area {
  padding: 0;
}

/* ゆめポッケの歩み　start */
.dreambag .his-list-area {
  position: relative;
  margin-top: 45px;
}
.dreambag .his-list {
  position: relative;
  list-style: none;
  padding-left: 0;
}
.dreambag .his-list::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 16px;
  display: block;
  width: 1px;
  height: 84%;
  border-left: 2px dotted #666;
}
.dreambag .his-list-area li {
  position: relative;
  min-height: 3.2em;
  margin-bottom: 60px;
  padding-right: 15px;
}
.dreambag .his-list-area li:last-child {
  padding-bottom: 4em;
}
.dreambag .his-list-area .list-tit {
  position: relative;
  display: block;
  padding-left: 14%;
  padding-bottom: 15px;
  font-size: 2.2rem;
  font-weight: 500;
  cursor: pointer;
  pointer-events: none;
}
.dreambag .his-list-area .list-tit::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 8px;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #999;
}
.dreambag .his-list-area dt.list-tit::before {
  left: 0;
  width: 34px;
  height: 32px;
  background: url(../images/dreambag/icn_dream_btn_close.png) no-repeat center;
  background-size: contain;
}
.dreambag .his-list-area dt.list-tit.dt-open::before {
  background: url(../images/dreambag/icn_dream_btn_open.png) no-repeat center;
  background-size: contain;
  animation: listAniRotate .5s;
}
@keyframes listAniRotate {
  0% { transform: rotate(-45deg); }
  100% { transform: rotate(0deg); }
}
.dreambag .his-list-area dd {
  display: block!important;
  width: 100%;
  padding-left: 14%;
  padding-bottom: 0;
  font-size: 1.8rem;
  overflow: hidden;
}
.dreambag .his-list-area dt:hover {
  cursor: pointer;
}
.dreambag .his-list-area .h4 {
  position: relative;
  margin-top: -56px;
  padding-left: .95em;
  font-weight: 100;
  font-family: 'Noto Serif JP', serif;
  font-size: 3.6rem;
  color: #fabd5c;
}
.dreambag .his-list-area .h4::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 8px;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fabd5c;
}
.dreambag .his-list-current-box {
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}
.dreambag .his-list-area li::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 4%;
  font-size: 8.6rem;
  color: #ffce7e;
  opacity: .3;
  font-family: 'Oswald';
  line-height: 1;
}
.dreambag .his-list-area li:nth-of-type(1)::before { 
  content: "1994";
}
.dreambag .his-list-area li:nth-of-type(2)::before {
  content: "1999";
}
.dreambag .his-list-area li:nth-of-type(3)::before {
  content: "2014";
}
.dreambag .his-list-area li:nth-of-type(4)::before {
  content: "2017";
}
.dreambag .his-list-area li:nth-of-type(5)::before {
  content: "2018";
}
.dreambag .his-list-area li:nth-of-type(6)::before {
  content: "2022";
}
.dreambag .his-list-area li:nth-of-type(7)::before {
  content: "2023";
}
.dreambag .h4 span {
  display: inline-block;
  margin-top: 7px;
  margin-left: 20px;
  font-size: 22px;
  color: #000;
  vertical-align: top; 
}
/* ゆめポッケの歩み　end */

.pokke-menu-link-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 80px;
}
.pokke-menu-link-box:before {
  content: "";
  position: absolute;
  top: -85px;
  right: -140px;
  width: 103px;
  height: 170px;
  background-image: url(../images/dreambag/icn_person_3.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.pokke-menu-link-box:after {
  content: "";
  position: absolute;
  bottom: -196px;
  left: -196px;
  width: 173px;
  height: 172px;
  background-image: url(../images/dreambag/icn_person_4.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.menu-link {
  width: calc((100% - 40px) / 2);
  transition: all 0.3s;
}
.page-id-9308 .subpage.pokke-menu-link-box .menu-link:first-of-type,
.page-id-9310 .subpage.pokke-menu-link-box .menu-link:nth-of-type(2),
.page-id-9312 .subpage.pokke-menu-link-box .menu-link:nth-of-type(3),
.page-id-9306 .subpage.pokke-menu-link-box .menu-link:nth-of-type(4) {
  pointer-events: none;
}
.menu-link a {
  color: #000;
}
.menu-link span {
  position: relative;
  display: block;
  padding: 6px 16px;
  font-size: 24px;
  font-weight: bold;
  word-break: keep-all;
  background-repeat: no-repeat;
  background-size: 230px 100%;
  background-position: 0px 0px;
  transition: all 0.3s;
}
.menu-link span::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: all 0.3s;
}
.menu-link:hover span.yellow::before,
.page-id-9308 .menu-link span.yellow::before {
  width: 246px;
  height: 8px;
  background: #fcf7a2;
}
.menu-link:hover span.green::before,
.page-id-9310 .menu-link span.green::before {
  width: 173px;
  height: 8px;
  background: #dcf4a6;
}
.menu-link:hover span.red::before,
.page-id-9312 .menu-link span.red::before {
  width: 194px;
  height: 8px;
  background: #fad8e1;
}
.menu-link:hover span.blue::before,
.page-id-9306 .menu-link span.blue::before {
  width: 267px;
  height: 8px;
  background: #c4ecf8;
}
.menu-link span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 53px;
  height: 42px;
  background-image: url(/wp-content/themes/ichijiki/images/dreambag/menu_link_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s;
}
.menu-link:hover span::after,
.page-id-9308 .subpage.pokke-menu-link-box .menu-link:first-of-type span::after,
.page-id-9310 .subpage.pokke-menu-link-box .menu-link:nth-of-type(2) span::after,
.page-id-9312 .subpage.pokke-menu-link-box .menu-link:nth-of-type(3) span::after,
.page-id-9306 .subpage.pokke-menu-link-box .menu-link:last-of-type span::after {
  background-image: url(/wp-content/themes/ichijiki/images/dreambag/menu_link_line.svg);
}
.menu-link span.yellow::after {
  left: 196px;
}
.menu-link span.green::after {
  left: 123px;
}
.menu-link span.red::after {
  left: 144px;
}
.menu-link span.blue::after {
  left: 217px;
}
.menu-link span.yellow,
.page-id-9308 .menu-link span.yellow {
  background-image: url(../images/dreambag/menu_link_yellow.png);
}
.menu-link span.green,
.page-id-9310 .menu-link span.green {
  background-image: url(../images/dreambag/menu_link_green.png);
}
.menu-link span.red,
.page-id-9312 .menu-link span.red {
  background-image: url(../images/dreambag/menu_link_red.png);
}
.menu-link span.blue,
.page-id-9306 .menu-link span.blue {
  background-image: url(../images/dreambag/menu_link_blue.png);
}
.menu-link:hover span.yellow,
.menu-link:hover span.green,
.menu-link:hover span.red,
.menu-link:hover span.blue,
.page-id-9308 .menu-link span.yellow,
.page-id-9310 .menu-link span.green,
.page-id-9312 .menu-link span.red,
.page-id-9306 .menu-link span.blue {
  background-image: none;
}
.menu-link-txt {
  margin-top: 12px;
}
.dreambag .mofu-link-btn-wrap {
  background-color: #f3bb62;
}
.dreambag .mofu-link-btn-wrap::before,
.dreambag .mofu-link-btn-wrap::after {
  display: none;
}
.dreambag .mofu-link-btn {
  display: block;
  margin-top: 100px;
  color: #fff;
  z-index: 0;
}
.dreambag .mofu-link-btn::before {
  content: "";
  position: absolute;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 4px;
  left: 4px;
  border: 1px dashed #fff;
  border-radius: 26px;
  background: none;
  z-index: 0;
}
.dreambag .mofu-link-btn::after {
  content: "";
  position: absolute;
  top: 21px;
  right: 15px;
  width: 1px;
  width: 0;
  height: 0;
  background: none;
  transform: none;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 11px solid #fff;
  border-right: 0;
}
@media screen and (max-width: 1400px) {
  .dreambag-history-ttl:before {
    top: -49px;
    right: 29px;
    width: 90px;
    height: 96px;
  }
  .dreambag-history-ttl:after {
    top: -66px;
    left: 31px;
    width: 100px;
    height: 107px;
  }
  .pokke-menu-link-box:before {
    top: -136px;
    right: 70px;
    width: 60px;
    height: 100px;
  }
  .pokke-menu-link-box:after {
    top: -119px;
    left: 40px;
    width: 96px;
    height: 96px;
  }
}
@media screen and (max-width: 960px) {
  .dreambag-history-ttl:after {
    width: 86px;
    height: 92px;
  }
  .dreambag-history-ttl:before {
    width: 78px;
    height: 83px;
  }
  .pokke-menu-link-box:after {
    width: 80px;
    height: 80px;
  }
  .pokke-menu-link-box:before {
    width: 48px;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .menu-link {
    width: 100%;
  }
  .dreambag .his-list-area .list-tit {
    font-size: 1.8rem;
  }
  .dreambag .his-list-area dd {
    font-size: 1.6rem;
  }
  .dreambag .his-list-area li {
    margin-bottom: 30px;
  }
  .menu-link span {
    font-size: 20px;
  }
  .menu-link span::before,.menu-link span::after {
    transition: unset;
  }
}
@media screen and (max-width: 560px) {
  .dreambag-history-ttl:after {
    top: -66px;
    left: 10px;
    width: 66px;
    height: 70px;
  }
  .dreambag-history-ttl:before {
    top: -68px;
    right: 29px;
    width: 62px;
    height: 66px;
  }
  .pokke-menu-link-box:after {
    top: -110px;
    left: 32%;
    width: 66px;
    height: 66px;
  }
  .pokke-menu-link-box:before {
    top: -113px;
    right: auto;
    left: 56%;
    width: 42px;
    height: 70px;
  }
  .dreambag .his-list::before {
    height: 82.5%;
  }
}

/*=====================================
ゆめポッケ　みんなのことば
======================================*/
.pokke-logo.subpage {
  display: block;
  padding: 10px 0 0;
  max-width: 240px;
}
.subpage.pokke-menu-link-box {
  justify-content: center;
  gap: 30px;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 110px;
}
.subpage.pokke-menu-link-box:before {
  top: inherit;
  right: inherit;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 0;
  border-top: 1px solid #3B3B3B;
  background-image: none;
}
.subpage.pokke-menu-link-box:after {
  top: inherit;
  right: inherit;
  bottom: -43px;
  left: 0;
  width: 100%;
  height: 0;
  border-top: 1px dashed #3B3B3B;
  background-image: none;
}
.subpage .menu-link {
  flex: 1;
  max-width: 260px;
}
.subpage .menu-link span {
  font-size: 20px;
  background-size: 96% 100%;
}
.subpage .menu-link span.yellow::after {
  left: 176px;
}
.subpage .menu-link span.green::after {
  left: 117px;
}
.subpage .menu-link span.red::after {
  left: 134px;
}
.subpage .menu-link span.blue::after {
  left: 195px;
}
.voice-pokke-wrap {
  padding: 60px 80px;
  margin: 80px 0 0;
  border-radius: 20px;
}
.voice-pokke-wrap.orange {
  background-color: #FFFBF2;
}
.voice-pokke-wrap.green {
  background-color: #F0F8EF;
}
.voice-pokke-wrap.pink {
  background-color: #FEEFEF;
}
.voice-pokke-wrap.blue {
  background-color: #E6F0F8;
}
.voice-pokke-box {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 40px;
  background: #fff;
  border-radius: 10px;
}
.orange .voice-pokke-box {
  border: 1px solid #FFE09A;
}
.green .voice-pokke-box {
  border: 1px solid #C2EBBD;
}
.pink .voice-pokke-box {
  border: 1px solid #FFCACA;
}
.blue .voice-pokke-box {
  border: 1px solid #93CFFF;
}
.voice-pokke-wrap .voice-pokke-box:not(:first-of-type) {
  margin: 60px 0 0;
}
.voice-pokke-wrap .voice-pokke-box:nth-of-type(odd) .box-inner-1 {
  position: relative;
  flex: 1;
}
.voice-pokke-box .flex-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.voice-pokke-wrap .voice-pokke-box:nth-of-type(odd) .box-inner-1 .from-voice {
  position: absolute;
  top: -57px;
  left: 0;
  padding: 4px 12px;
  background: #fff;
  font-weight: 700;
  word-break: keep-all;
  border-left: 7px solid #FFE09A;
  border-right: 1px solid #FFE09A;
  border-top: 1px solid #FFE09A;
  border-bottom: 1px solid #FFE09A;
  border-radius: 23px 12px 12px 23px;
}
.voice-pokke-wrap.pink .voice-pokke-box:nth-of-type(odd) .box-inner-1 .from-voice {
  word-break: normal;
  border-left: 7px solid #FFCACA;
  border-right: 1px solid #FFCACA;
  border-top: 1px solid #FFCACA;
  border-bottom: 1px solid #FFCACA;
}
.voice-pokke-wrap.blue .voice-pokke-box:nth-of-type(odd) .box-inner-1 .from-voice {
  word-break: normal;
  border-left: 7px solid #93CFFF;
  border-right: 1px solid #93CFFF;
  border-top: 1px solid #93CFFF;
  border-bottom: 1px solid #93CFFF;
}
.voice-pokke-wrap .voice-pokke-box:nth-of-type(odd) .box-inner-1 
.voice-pokke-wrap .voice-pokke-box:nth-of-type(odd) .box-inner-2 {
  width: 160px;
}
.voice-pokke-wrap .voice-pokke-box:not(:nth-of-type(odd)) .box-inner-1 {
  position: relative;
  width: 160px;
}
.voice-pokke-wrap.pink .voice-pokke-box:not(:nth-of-type(odd)) .box-inner-1 {
  width: 100%;
}
.voice-pokke-wrap .voice-pokke-box:not(:nth-of-type(odd)) .box-inner-1 .from-voice {
  position: absolute;
  top: -57px;
  left: 0;
  padding: 4px 12px;
  background: #fff;
  font-weight: 700;
  word-break: keep-all;
  border-left: 7px solid #FFE09A;
  border-right: 1px solid #FFE09A;
  border-top: 1px solid #FFE09A;
  border-bottom: 1px solid #FFE09A;
  border-radius: 23px 12px 12px 23px;
}
.voice-pokke-wrap.pink .voice-pokke-box:not(:nth-of-type(odd)) .box-inner-1 .from-voice {
  word-break: normal;
  border-left: 7px solid #FFCACA;
  border-right: 1px solid #FFCACA;
  border-top: 1px solid #FFCACA;
  border-bottom: 1px solid #FFCACA;
}
.voice-pokke-wrap.blue .voice-pokke-box:not(:nth-of-type(odd)) .box-inner-1 .from-voice {
  word-break: normal;
  border-left: 7px solid #93CFFF;
  border-right: 1px solid #93CFFF;
  border-top: 1px solid #93CFFF;
  border-bottom: 1px solid #93CFFF;
}
.voice-pokke-wrap .voice-pokke-box:not(:nth-of-type(odd)) .box-inner-2 {
  flex: 1;
}
.voice-pokke-wrap .endcamp-float-r {
  max-width: 360px;
}
.voice-pokke-wrap .voice-pokke-box p {
  margin-bottom: 24px;
}
.voice-pokke-wrap .voice-pokke-box p:last-of-type {
  margin-bottom: 0;
}
.voice-pokke-wrap .from-name {
  display: flex;
  margin-top: 6px;
  justify-content: end;
}
.voice-pokke-wrap .from-source-1 {
  display: flex;
  margin-top: 2px;
  justify-content: end;
}
.voice-pokke-wrap .from-source-2 {
  display: flex;
  margin-top: 20px;
  justify-content: end;
}
.voice-pokke-wrap .from-line {
  display: block;
  width: 100%;
  height: 2px;
  margin: 24px auto;
  border-bottom: 1px dashed #d5d2d2;
}
.voice-pokke-wrap.blue .voice-pokke-box .box-inner-1 {
  flex: 1;
}
.voice-pokke-wrap.blue .voice-pokke-box .box-inner-2 {
  width: 230px;
}
.voice-pokke-img {
  display: block;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}
.voice-pokke-ttl {
  position: relative;
  margin: 0 0 60px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  z-index: 1;
}
.voice-pokke-ttl:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 380px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.orange .voice-pokke-ttl:after {
  background-image: url(../images/activity/line_voice_pokke_yellow.svg);
}
.green .voice-pokke-ttl:after {
  background-image: url(../images/activity/line_voice_pokke_green.svg);
}
.pink .voice-pokke-ttl:after {
  background-image: url(../images/activity/line_voice_pokke_pink.svg);
}
.blue .voice-pokke-ttl:after {
  background-image: url(../images/activity/line_voice_pokke_blue.svg);
}
.dreambag .back-top-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 80px auto 0;
  width: 250px;
  height: 53px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  background-color: #87ABDB;
  border: none;
  border-radius: 26px;
  cursor: pointer;
  z-index: 0;
  transition: 0.3s;
}
.dreambag .back-top-btn span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
.dreambag .back-top-btn span::before {
  content: "";
  position: absolute;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 50%;
  left: 50%;
  border: 1px dashed #fff;
  border-radius: 26px;
  background: none;
  transform: translate(-50%, -50%);
}
.dreambag .back-top-btn span::after {
  content: "";
  position: absolute;
  top: 21px;
  right: 15px;
  width: 0;
  height: 0;
  background: none;
  transform: none;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 11px solid #fff;
  border-right: 0;
}
.dreambag .back-top-btn:hover {
  opacity: 0.7;
}
.dreambag.voice-pokke .mofu-link-btn {
  margin-top: 48px;
}
.prom-txt.yellow,.prom-txt.green,.prom-txt.red,.prom-txt.blue {
  display: flex;
  justify-content: center;
  padding: 0 0 72px;
  font-size: 18px;
}
.prom-txt.yellow p,.prom-txt.green p,.prom-txt.red p,.prom-txt.blue p {
  width: fit-content;
  padding-bottom: 2px;
  border-bottom: 2px dashed #d5d2d2;
}
.partner-thanks-box {
  float: right;
  margin: 0 0 10px 30px;
}
.img-partner-thanks {
  max-width: 330px;
  width: 100%;
  object-fit: contain;
}

/*--------------------------button --------------------------*/
.box-dg-button {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.btn-dg {
  position: relative;
  display: block;
  width: calc(25% - 20px);
  height: 80px;
  padding: 6px;
  background: #4886D9;
  border-radius: 8px;
  box-shadow: 0px 5px 0px 0px #1C5FB7;
  transition: all 0.2s;
  cursor: pointer;
}
.btn-dg.btn-dg-current::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  margin: auto;
  background: #1C5FB7;
  width: 33px;
  height: 17px;
  clip-path: polygon(0 0,100% 0, 50% 100%);
}
.btn-dg.btn-dg-orange.btn-dg-current::after {
  background: #B57B07;
}
.btn-dg.btn-dg-green.btn-dg-current::after {
  background: #629D0D;
}
.btn-dg.btn-dg-pink.btn-dg-current::after {
  background: #C62E70;
}
.btn-dg.btn-dg-orange {
  background: #F2A813;
  box-shadow: 0px 5px 0px 0px #B57B07;
}
.btn-dg.btn-dg-green {
  background: #8CCB2F;
  box-shadow: 0px 5px 0px 0px #629D0D;
}
.btn-dg.btn-dg-pink {
  background: #EB6DA4;
  box-shadow: 0px 5px 0px 0px #C62E70;
}
.btn-dg span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 2px;
  border-radius: 6px;
  border: 1.5px #fff dashed;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
}
.btn-dg:hover {
  transform: translate(0,5px);
  box-shadow: none;
}
.btn-dg.btn-dg-current:hover,
.btn-dg.btn-dg-orange.btn-dg-current:hover,
.btn-dg.btn-dg-green.btn-dg-current:hover,
.btn-dg.btn-dg-pink.btn-dg-current:hover {
  transform: none;
  box-shadow: 0px 5px 0px 0px #1C5FB7;
}
.btn-dg.btn-dg-orange.btn-dg-current:hover {
  box-shadow: 0px 5px 0px 0px #B57B07;
}
.btn-dg.btn-dg-green.btn-dg-current:hover {
  box-shadow: 0px 5px 0px 0px #629D0D;
}
.btn-dg.btn-dg-pink.btn-dg-current:hover {
  box-shadow: 0px 5px 0px 0px #C62E70;
}
/*--------------------------buttonlink --------------------------*/
.box-dg-btnlink-cmn {
  position: relative;
  display: block;
  padding: 50px 0 0;
}
.box-dg-btnlink-pt30 {
  padding-top: 30px;
}
a.dg-btnlink-cmn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 500px;
  padding: 16px;
  margin: 0 auto;
  border-radius: 8px;
  border: 3px solid #000;
  box-shadow: 0px 5px 0px 0px #000;
  color: #000;
  font-size: 20px;
  text-align: center;
  transform: all 0.2s;
}
.dg-btnlink-cmn:hover {
  transform: translate(0,5px);
  box-shadow: none;
}
@media screen and (max-width: 1200px) {
  .subpage.pokke-menu-link-box {
    flex-wrap: wrap;
    gap: 30px 60px;
    margin: 60px auto 110px;
    width: 500px;
  }
  .subpage .menu-link {
    width: calc((100% - 60px) / 2);
  }
  .subpage .menu-link span {
    background-size: 80% 100%;
  }
  .subpage.pokke-menu-link-box:before,.subpage.pokke-menu-link-box:after {
    width: calc(100vw - 40px);
    left: inherit;
    right: inherit;
  }
  .prom-txt.yellow,.prom-txt.green,.prom-txt.red,.prom-txt.blue {
    font-size: 16px;
  }
  .box-dg-button {
    gap: 40px 20px;
    margin: 0 auto;
    max-width: 800px;
  }
  .btn-dg {
    width: calc(50% - 10px);
    height: 68px;
    padding: 4px;
  }
}
@media screen and (max-width: 960px) {
  .voice-pokke-wrap {
    padding: 60px 20px;
  }
  .voice-pokke-ttl {
    font-size: 20px;
  }
  .prom-txt.yellow p,.prom-txt.green p,.prom-txt.red p,.prom-txt.blue p {
    padding-bottom: 10px;
  }
  .partner-thanks-box {
    max-width: 260px;
  }
}
@media screen and (max-width: 768px) {
  .subpage.pokke-menu-link-box:before,.subpage.pokke-menu-link-box:after {
    width: calc(100vw - 20px);
  }
  .btn-dg {
    height: 74px;
  }
  .voice-pokke-ttl {
    font-size: 18px;
  }
  .voice-pokke-ttl:after {
    bottom: -23px;
  }
  .voice-pokke-wrap.orange .voice-pokke-ttl:after,
  .voice-pokke-wrap.blue .voice-pokke-ttl:after{
    bottom: -51px;
  }
  .voice-pokke-wrap.orange .voice-pokke-ttl,
  .voice-pokke-wrap.pink .voice-pokke-ttl,
  .voice-pokke-wrap.blue .voice-pokke-ttl {
    margin: 0 auto 78px;
  }
  .voice-pokke-box .flex-inner {
    flex-direction: row;
    justify-content: center;
    gap: 10px;
  }
  .voice-pokke-box {
    flex-direction: column;
    padding: 40px 20px;
  }
  .voice-pokke-wrap .voice-pokke-box:not(:nth-of-type(odd)) .box-inner-1 {
    width: 100%;
  }
  .voice-pokke-img {
    margin: 0 auto;
  }
  .voice-pokke-wrap {
    padding: 60px 10px;
  }
  .voice-pokke-wrap .endcamp-float-r {
    display: block;
    float: none;
    margin: 20px auto;
    max-width: 280px;
  }
  .partner-thanks-flex-wrap {
    display: flex;
    flex-direction: column;
  }
  .partner-thanks-box {
    float: none;
    margin: 30px auto 0;
    max-width: 300px;
    order: 1;
  }
  .voice-pokke-wrap.pink .voice-pokke-box:not(:nth-of-type(odd)) .box-inner-1 .from-voice {
    top: -66px;
  }
  .voice-pokke-wrap.pink .voice-pokke-box:not(:nth-of-type(odd)) .endcamp-float-r {
    margin: 45px auto 20px;
  }
}
@media screen and (max-width: 560px) {
  .subpage.pokke-menu-link-box {
    width: 100%;
  }
  .subpage .menu-link {
    flex: inherit;
    max-width: 270px;
    width: 100%;
  }
  .voice-pokke-img {
    max-width: 100px;
  }
  .voice-pokke-wrap .voice-pokke-box:nth-of-type(odd) .box-inner-1 .from-voice,
  .voice-pokke-wrap .voice-pokke-box:not(:nth-of-type(odd)) .box-inner-1 .from-voice{
    left: -26px;
    font-size: 14px;
  }
  .btn-dg {
    height: 86px;
  }
}
@media screen and (max-width: 414px) {
  .btn-dg {
    width: 100%;
    height: 68px;
  }
  .voice-pokke-ttl {
    font-size: 16px;
  }
  .voice-pokke-wrap .voice-pokke-box:nth-of-type(odd) .box-inner-1 .from-voice, .voice-pokke-wrap .voice-pokke-box:not(:nth-of-type(odd)) .box-inner-1 .from-voice {
    fontsize: 13px;
  }
  .voice-pokke-wrap.pink .voice-pokke-box:nth-of-type(3) .endcamp-float-r {
    margin: 45px auto 20px;
  }
}
@media screen and (max-width: 375px) {
  .voice-pokke-wrap.pink .voice-pokke-box:first-of-type .endcamp-float-r {
    margin: 45px auto 20px;
  }
  .voice-pokke-wrap.pink .voice-pokke-box:nth-of-type(odd) .box-inner-1 .from-voice {
    top: -66px;
  }
}

/*=====================================
ゆめポッケ　報道資料
======================================*/
.page-id-9310 .mofu-link-btn-wrap {
  margin: 80px auto 0;
}
.report-pokke .mag-ttl {
  background-image: linear-gradient(90deg, #E3EFFE, transparent 100%);
}
.report-pokke .mag-ttl::before {
  background-color: #A0BDE3;
}
.report-pokke .read-more-btn {
  background-color: #A0BDE3!important;
}
.mw-1300 .report-pokke .mofu-magazine:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 960px) {
  .mw-1300 .report-pokke .mofu-magazine:first-of-type {
    gap: 6px;
  }
}



/*=====================================
ゆめポッケ　配付データ
======================================*/
.date-pokke .date-ttl {
  position: relative;
  margin: 0 0 60px;
  font-size: 24px;
  text-align: center;
  z-index: 0;
}
.date-pokke .date-ttl:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 380px;
  width: 100%;
  height: 100%;
  background-image: url(../images/activity/line_voice_pokke_yellow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.date-pokke .date-ttl:not(:first-of-type) {
  margin: 80px 0 64px;
}
.date-pokke .date-box {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
}
.date-pokke .box-link {
  max-width: calc(50% - 30px);
  min-width: 240px;
  border: 6px solid #dedede;
  padding: 40px 20px;
  border-radius: 10px;
  transition: 0.3s;
}
.date-pokke .date-img {
  display: block;
  margin: 0 auto;
  max-width: 55px;
  transition: 0.3s;
}
.date-pokke .box-link-txt {
  font-size: 14px;
  transition: 0.3s;
}
.date-pokke .box-link:hover {
  border: 6px solid #ffe09a;
}
.date-pokke .box-link:hover .date-img,
.date-pokke .box-link:hover .box-link-txt {
  opacity: 0.5;
}
@media screen and (max-width: 960px) {
  .date-pokke .date-ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .date-pokke .date-ttl {
    font-size: 18px;
  }
  .date-pokke .date-ttl:after {
    bottom: -23px;
  }
  .date-pokke .box-link {
    max-width: 270px;
  }
}

/*=====================================
ゆめポッケ　フォトギャラリー
======================================*/
.mofu-gallery.photo-pokke {
  flex-wrap: wrap;
  gap: 100px;
}
.photo-pokke .gallery-box-wrap {
  width: 100%;
}
.photo-pokke a.box-link {
  width: calc((100% - 90px) / 4);
  transition: 0.3s;
}
.photo-pokke .gallery-box-wrap:first-of-type a.box-link:hover {
  background-color: #ffecc1;
}
.photo-pokke .gallery-box-wrap:last-of-type a.box-link:hover {
  background-color: #cbe5f9;
}
.photo-pokke .af .ttl-inner::before{
  top: -14px;
  left: -60px;
  width: 550px;
  height: 79px;
  background-image: url(../images/gallery/backbg_ttl_photo_pokke_orange_long.png);
}
.photo-pokke .ja .ttl-inner::before {
  top: -16px;
  left: -60px;
  width: 310px;
  height: 79px;
  background-image: url(../images/gallery/backbg_ttl_photo_pokke_blue.png);
}
.photo-pokke .gallery-ttl {
  margin: 0 0 -12px;
}
.photo-pokke .gallery-box {
  padding: 80px 20px 60px;
}
.photo-pokke .af .gallery-box {
  background-color: #fffbf2;
}
.photo-pokke .ja .gallery-box {
  background-color: #edf7ff;
}
@media screen and (max-width: 1200px) {
  .photo-pokke a.box-link {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 960px) {
  .photo-pokke a.box-link {
    width: calc((100% - 30px) / 2);
  }
  .gallery-ttl {
    font-size: 20px;
  }
  .photo-pokke .af .ttl-inner::before {
    top: -15px;
    left: -67px;
    width: 490px;
  }
  .photo-pokke .ja .ttl-inner::before {
    top: -19px;
    left: -75px;
  }
  .mofu-gallery.photo-pokke {
    gap: 80px;
  }
}
@media screen and (max-width: 768px) {
  .gallery-ttl {
    font-size: 18px;
  }
  .photo-pokke a.box-link {
    width: calc((100% - 20px) / 2);
  }
  .photo-pokke .af .ttl-inner::before {
    top: -16px;
    left: -48px;
    width: 252px;
    height: 94px;
    background-image: url(../images/gallery/backbg_ttl_photo_pokke_orange_long_sp.png);
  }
  .photo-pokke .ja .ttl-inner::before {
    top: -15px;
    left: -60px;
    width: 254px;
    height: 60px;
  }
}
@media screen and (max-width: 560px) {
  .photo-pokke a.box-link {
    width: 100%;
  }
}