@charset "shift_jis";
/* CSS Document */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  color: #050505;
}
html {
  font-size: 62.5%;
}
#Disney_wrap {
  width: 100%;
  margin-top: 6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
#Disney_wrap img {
  width: 100%;
}
#Disney_wrap a {
  text-decoration: none;
}
.Disney_header {
  width: 100%;
  background-color: #000;
  padding: 3rem 0;
}
.Disney_header .Disney_logo {
  max-width: 120px;
  width: 100%;
  margin: 0 auto;
}
.content-wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 6rem 0 3rem;
}
.content-ttl {
  font-size: 4rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 6rem;
}
.content-date {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 6rem;
}
.news_item {
  max-width: 1200px;
  width: 100%;
  border-radius: 10px;
  background-color: #FFF;
  display: flex;
  justify-content: flex-start;
  margin: 0 auto 6rem;
  padding: 2.5rem 3rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
  transition: all 0.15s ease-in-out;
}
.news_item:hover {
  transform: translateY(2px);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}
.news_item.mb0 {
  margin-bottom: 0;
}
.news_item {
  position: relative;
}
.news_item::after {
  position: absolute;
  content: "";
  background-image: url("../images/arrow-left_black.png");
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 45 / 33;
  width: 21px;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.news_tag {
  max-width: 120px;
  width: 100%;
  font-size: 1.4rem;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.news_tag.important {
  background-color: #b50004;
  color: #FFF;
}
.news_text {
  font-size: 1.6rem;
  text-align: left;
}
.news_text span {
  color: #b50004;
}
.content-flex {
  display: flex;
  justify-content: flex-start;
  gap: 2rem;
  margin-bottom: 3rem;
}
.content-flex .content-flex_item {
  width: calc(100% / 3)
}
.item_img {
  width: 100%;
  margin-bottom: 4rem;
}
.item_ttl {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 500;
}
.item_text {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 4rem;
}
/*.content-flex .content-flex_item a {
  pointer-events: none;
}*/
.item_btn {
  position: relative;
  width: 100%;
  background: linear-gradient(to right, rgba(0,0,0,0.6) 50%, #000 50%);background-size: 200% 100%;
    background-position: right bottom;
  color: #FFF;
  padding: 3rem 0;
  font-size: 1.4rem;
  text-align: center;
  transition: background-position 0.4s ease;
  overflow: hidden;
}
.item_btn::after {
  position: absolute;
  content: "";
  background-image: url("../images/arrow-left_white.png");
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 45 / 33;
  width: 21px;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateX(-10px) translateY(-50%);
  opacity: 0.6;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.Disney_copyright {
  max-width: 65px;
  margin-left: auto;
}
@media screen and (max-width:1200px) {
  #Disney_wrap {
    width: 100%;
    margin-top: 0rem;
  }
}
@media screen and (max-width:768px) {
  .content-wrap {
    padding: 6rem 2rem;
  }
  .news {
    padding: 4rem 2rem;
    background-color: #F9F9F9;
  }
  .news_item {
    display: block;
    padding: 1.5rem 4rem 1.5rem 2rem;
  }
  .news_tag {
    margin-bottom: 1rem;
  }
  .news_text {
    font-size: 1.5rem;
  }
  .content-flex {
    display: block;
    margin-bottom: 4rem;
  }
  .content-flex .content-flex_item {
    width: 100%;
    margin-bottom: 5rem;
  }
  .content-flex .content-flex_item:last-child {
    margin-bottom: 0;
  }
  .content-ttl {
    font-size: 3.4rem;
  }
  .content-date {
    font-size: 2.0rem;
  }
  .item_img, .item_text {
    margin-bottom: 3rem;
  }
  .item_text {
    font-size: 1.4rem;
  }
  .item_btn {
    padding: 2.5rem 0;
  }
}
.sp_only {
  display: none;
}
@media screen and (max-width:700px) {
  .sp_only {
    display: block;
  }
  .content-ttl {
    font-size: 3.0rem;
  }
  .content-date {
    font-size: 2.0rem;
  }
}

/*ボタンアニメーション*/

.item_btn:hover {
  background-position: left bottom;
}

.item_btn:hover::after {
  transform: translateX(0) translateY(-50%);
  opacity: 1;
}


/*プレゼントキャンペーン*/
.present .content-wrap{
	background-image: url("https://gigaplus.makeshop.jp/dartshive/special/DisneyCollabo/Mickey/images/presentCP_background.png");
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 6rem;
	padding: 3rem 0;
}
.present_box{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 3rem;
	background-color: #FFF;
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
	padding: 3rem;
}
.present_img,
.present_info{
	width: 50%;
	margin-bottom: 0;
}
.present_ttl{
  font-family: "Noto Sans JP", sans-serif;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: left;
	margin-bottom: 2rem;
}
.present_text{
  font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	margin-bottom: 2rem;
	line-height: 1.7;
}
.present_date{
  font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	font-weight: 900;
	text-align: left;
	margin-bottom: 2rem;
}
.present_note{
  font-family: "Noto Sans JP", sans-serif;
	font-size: 1.2rem;
	text-align: left;
	margin-bottom: 3rem;
	line-height: 1.7;
}
.present_productbtn{
	position: relative;
	padding: 2rem 0;
	font-size: 1.4rem;
	color: #FFF;
	text-align: center;
	background: linear-gradient(to right, rgba(204, 0, 4, 0.6) 50%, #CC0000 50%);background-size: 200% 100%;
	background-position: right bottom;
	transition: background-position 0.4s ease;
	overflow: hidden;
	margin-bottom: 1.5rem;
}
.present_productbtn:hover{
	  background-position: left bottom;
}
.present_productbtn::after{
	position: absolute;
	content: "";
	background-image: url("../images/arrow-left_white.png");
	background-repeat: no-repeat;
	background-size: contain;
	aspect-ratio: 45 / 33;
	width: 21px;
	top: 50%;
	right: 3%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateX(-10px) translateY(-50%);
	opacity: 0.6;
	transition: transform 0.3s ease, opacity 0.3s ease;
}
.present_productbtn:hover::after {
  transform: translateX(0) translateY(-50%);
  opacity: 1;
}

.present_shopbtn{
	position: relative;
	padding: 2rem 0;
	font-size: 1.4rem;
	color: #FFF;
	text-align: center;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 50%, #050505 50%);background-size: 200% 100%;
	background-position: right bottom;
	transition: background-position 0.4s ease;
	overflow: hidden;
}
.present_shopbtn:hover{
	  background-position: left bottom;
}
.present_shopbtn::after{
	position: absolute;
	content: "";
	background-image: url("../images/arrow-left_white.png");
	background-repeat: no-repeat;
	background-size: contain;
	aspect-ratio: 45 / 33;
	width: 21px;
	top: 50%;
	right: 3%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateX(-10px) translateY(-50%);
	opacity: 0.6;
	transition: transform 0.3s ease, opacity 0.3s ease;
}
.present_shopbtn:hover::after {
  transform: translateX(0) translateY(-50%);
  opacity: 1;
}

@media screen and (max-width:768px){
	.present .content-wrap{
		background-image: url("https://gigaplus.makeshop.jp/dartshive/special/DisneyCollabo/Mickey/images/presentCP_background.png");
		background-repeat: no-repeat;
		background-size: cover;
		padding: 2rem;
	}
	.present_box{
		display: block;
	}
.present_img{
	margin-bottom: 3rem;
}
.present_img,
.present_info{
	width: 100%;
}
.present_ttl{
	font-size: 1.8rem;
}
}