/* SPだけに効くcssここから */
@media (max-width: 811px) {
  .pc-only {
    display: none;
  }
  .display_pc {
    display: none !important;
  }
  /* 横幅指定  */
  .contents {
    max-width: 100%;
	margin: 0 auto -30px auto;
	padding-top: calc(4rem + 20px);
  }
  #mv .subject {
	background-image: url(https://www.gu-global.com/jp/ja/special-feature/contents/collaboration/onepiece/images/subject_bg_sp.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	color: #FFF;
	  height: 22rem;
  }
  #mv .subject {
	  text-shadow: 1px 1px 5px #000;
  }
  #mv .subject h2 {
	  font-size: 16px;
	  padding: 25px 0 45px 0;
  }
  #mv .subject .about-txt {
	  font-size: 13px;
	  line-height: 22px;
  }
	#about > p {
		text-align: center;
		line-height: 2;
		font-size: 16px;
		margin-bottom: 2rem;
	}
	#anchor_layout {
		width: 100%;
	}
	#anchor_layout > ul {
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		padding: 0 4%;
	}
	#anchor_layout > ul li {
		width: 100%;
		margin: 0 0 6px 0;
	}
	#anchor_layout > ul li a {
		display: block;
		width: 100%;
		height: 70px;
		border: 1px solid #111111;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
		z-index: 0;
	}
	#anchor_layout > ul li a:after {
		content: "";
		display: block;
		width: 17px;
		height: 16px;
		background-image: url(https://www.gu-global.com/jp/ja/special-feature/contents/collaboration/onepiece/images/category_arrow.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
		position: absolute;
		top: 50%;
		right: 28px;
		transform: translate3d(0px, -50%, 0);
	}
	#anchor_layout > ul li a img {
		width: auto;
		height: 26px;
		margin-left: 15px;
	}
	
	.contents > h2 {
		margin: 0 auto 20px auto;
	}
	.contents > h2 img {
		width: 100%;
		height: auto;
	}
	.contents > .links {
		text-align: center;
		font-size: 16px;
		padding: 40px 0 20px 0;
	}
	.contents > .links > a:after {
		content: "";
		display: inline-block;
		width: 13px;
		height: 12px;
		background-image: url(https://www.gu-global.com/jp/ja/special-feature/contents/collaboration/onepiece/images/category_arrow.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
		margin-left: 5px;
	}
	
	.category_image {
		width: 100%;
		margin: 0 auto 20px auto;
	}
	
	#styling {
		width: 100%;
		margin: 0;
	}
	#styling ul {
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
	}
	#styling ul li {
		width: 50%;
		margin-right: 10px;
		margin: 0;
	}
	#styling ul li:nth-child(2n) {
		margin-right: 0;
	}
	#styling ul li a {
		width: 100%;
		display: block;
	}
	.event_contents .chopper {
		text-align: center;
		margin-bottom: 40px;
	}
	.event_contents .chopper img {
		height: 187px;
		width: auto;
	}
	.event_contents dl {
		width: 100%;
	}
	.event_contents dl dt {
		width: 100%;
		margin: 0 auto;
		font-size: 24px;
		font-weight: 700;
		text-align: center;
	}
	.event_contents dl dd p {
		width: 100%;
		line-height: 45px;
		font-size: 14px;
		font-weight: 700;
	}
	.event_contents dl dd > ul {
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		padding: 15px 3% 0 3%;
	}
	.event_contents dl dd > ul li {
		width: 49%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		margin: 0 2% 0.5rem 0;
	}
	.event_contents dl dd > ul li:nth-child(even) {
		margin: 0 0 0.5rem 0;
	}
	.event_contents dl dd > ul li a {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		text-decoration: none;
		width: 100%;
		height: 60px;
		border: 2px solid #111111;
		position: relative;
		z-index: 0;
		font-size: 14px;
		font-weight: 700;
		text-align: left;
		padding: 0 20px 0 7px;
		line-height: 1.4;
		letter-spacing: -1px;
	}
	.event_contents dl dd > ul li a:after {
		content: "";
		display: block;
		width: 13px;
		height: 12px;
		background-image: url(https://www.gu-global.com/jp/ja/special-feature/contents/collaboration/onepiece/images/category_arrow.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
		position: absolute;
		top: 50%;
		right: 7px;
		transform: translate(0px, -50%) rotate(-90deg);
	}
	#aside > .contents {
		padding: 0 4%;
	}
	
	
	
	.aliasArea {
		padding: 0 4%;
	}
  /* アンカー
  ul.Anchor-button {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 25px auto 25px;
    border: 1px solid #dadada;
    padding: 0;
    position: relative;
  }
  ul.Anchor-button:before,
  ul.Anchor-button:after {
	  content: "";
	  width: 1px;
	  height: 100%;
	  background-color: #dadada;
	  position: absolute;
	  top: 0;
  }
  ul.Anchor-button:after {
	  right: 33.33%;
  }
  ul.Anchor-button:before {
	  left: 33.33%;
  }
  ul.Anchor-button li {
	  width: 33.33%;
	  text-align: center;
  }
  ul.Anchor-button li a {
	  display: flex;
	  width: 100%;
	  height: 60px;
	  justify-content: center;
	  align-items: center;
	  text-decoration: none;
	  font-size: 14px;
	  cursor: pointer;
  }
	*/
	.sp_view {
		display: block;
	}
	.pc_view {
		display: none;
	}
}
/* SPだけに効くcssここまで */






/* PCだけに効くcssここから */
@media (min-width: 812px) {
  .sp-only {
    display: none;
  }
  .display_sp {
    display: none !important;
  }
  /* 横幅指定  */
  .contents {
	max-width: 840px;
	margin: 0 auto -23px auto;
	padding-top: 83px;
  }
  #mv .subject {
    max-width: 1176px;
    margin: 0 auto;
	background-image: url(https://www.gu-global.com/jp/ja/special-feature/contents/collaboration/onepiece/images/subject_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 654px;
	color: #FFF;
  }
  #mv .subject h2 {
	  font-size: 30px;
	  padding: 270px 0 30px 0;
  }
  #mv .subject .about-txt {
	  font-size: 18px;
	  line-height: 45px;
  }
	.u-imgAdjustBox {
		max-width: 1176px;
		margin: 0 auto;
	}
	#about > p {
		text-align: center;
		font-size: 18px;
		line-height: 45px;
		margin-bottom: 2rem;
	}
  /* アンカー  */
	#anchor_layout {
		width: 100%;
	}
	#anchor_layout > ul {
		width: 600px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		padding: 0;
	}
	#anchor_layout > ul li {
		width: 297px;
		margin: 0 6px 6px 0;
	}
	#anchor_layout > ul li:nth-child(even) {
		margin: 0 0 6px 0;
	}
	#anchor_layout > ul li a {
		display: block;
		width: 100%;
		height: 70px;
		border: 1px solid #111111;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
		z-index: 0;
	}
	#anchor_layout > ul li a:after {
		content: "";
		display: block;
		width: 17px;
		height: 16px;
		background-image: url(https://www.gu-global.com/jp/ja/special-feature/contents/collaboration/onepiece/images/category_arrow.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
		position: absolute;
		top: 50%;
		right: 28px;
		transform: translate3d(0px, -50%, 0);
	}
	#anchor_layout > ul li a img {
		width: auto;
		height: 26px;
		margin-left: 15px;
	}
	
	.contents > h2 {
		margin: 0 auto 40px auto;
	}
	.contents > h2 img {
		width: auto;
		height: 54px;
	}
	.contents > .links {
		text-align: center;
		font-size: 16px;
		padding: 40px 0 20px 0;
	}
	.contents > .links > a:after {
		content: "";
		display: inline-block;
		width: 13px;
		height: 12px;
		background-image: url(https://www.gu-global.com/jp/ja/special-feature/contents/collaboration/onepiece/images/category_arrow.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
		margin-left: 5px;
	}
	
	.category_image {
		width: 496px;
		margin: 0 auto 20px auto;
	}
	
	#styling {
		width: 100%;
	}
	#styling ul {
		width: 770px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
	}
	#styling ul li {
		width: 185px;
		margin-right: 10px;
		margin: 0 10px 10px 0;
		cursor: pointer;
	}
	#styling ul li:nth-child(4n) {
		margin-right: 0;
	}
	#styling ul li a {
		width: 100%;
		display: block;
	}
	.event_contents .chopper {
		text-align: center;
		margin-bottom: 40px;
	}
	.event_contents .chopper img {
		height: 187px;
		width: auto;
	}
	.event_contents dl {
		width: 100%;
	}
	.event_contents dl dt {
		width: 100%;
		margin: 0 auto;
		font-size: 24px;
		font-weight: 700;
		text-align: center;
	}
	.event_contents dl dd p {
		width: 100%;
		line-height: 45px;
		font-size: 18px;
		font-weight: 700;
	}
	.event_contents dl dd > ul {
		width: 580px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		padding: 15px 0 0 0;
	}
	.event_contents dl dd > ul li {
		width: 280px;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		margin: 0 20px 10px 0;
	}
	.event_contents dl dd > ul li:nth-child(even) {
		margin: 0 0 10px 0;
	}
	.event_contents dl dd > ul li a {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		text-decoration: none;
		width: 100%;
		height: 67px;
		border: 2px solid #111111;
		position: relative;
		z-index: 0;
		font-size: 20px;
		font-weight: 700;
		text-align: left;
		padding-left: 15px;
	}
	.event_contents dl dd > ul li a:after {
		content: "";
		display: block;
		width: 17px;
		height: 16px;
		background-image: url(https://www.gu-global.com/jp/ja/special-feature/contents/collaboration/onepiece/images/category_arrow.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translate(0px, -50%) rotate(-90deg);
	}

	/*
  ul.Anchor-button {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 25px auto 25px;
    border: 1px solid #dadada;
    padding: 0;
    position: relative;
  }
  ul.Anchor-button:before,
  ul.Anchor-button:after {
	  content: "";
	  width: 1px;
	  height: 100%;
	  background-color: #dadada;
	  position: absolute;
	  top: 0;
  }
  ul.Anchor-button:after {
	  right: 33.33%;
  }
  ul.Anchor-button:before {
	  left: 33.33%;
  }
  ul.Anchor-button li {
	  width: 33.33%;
	  text-align: center;
  }
  ul.Anchor-button li a {
	  display: flex;
	  width: 100%;
	  height: 78px;
	  justify-content: center;
	  align-items: center;
	  text-decoration: none;
	  font-size: 16px;
	  cursor: pointer;
  }
	*/
	.sp_view {
		display: none;
	}
	.pc_view {
		display: block;
	}
}
/* PCだけに効くcssここまで */





/* PC,SP共通ここから  */

/* パンくずここから  */

.topic-path-pc {
  font-size: 12px;
  color: #666;
  padding: 20px 0;
  margin: 0px auto 0px;
  width: 1160px;
}
.topic-path-pc ul li {
  font-size: 12px;
  list-style-type: none;
  display: inline-block;
  line-height: 1.5;
}
.topic-path-pc ul li :after {
  content: "/";
  display: inline-block;
  padding: 0 5px;
}
.topic-path-pc ul li :last-child :after {
  content: none;
}
.topic-path-pc a {
  color: #666;
  text-decoration: underline;
}

.topic-path-sp {
  font-size: 13px;
  color: #666;
  padding: 15px 20px;
  margin: 0px auto 0px;
}
.topic-path-sp ul li {
  font-size: 13px;
  list-style-type: none;
  display: inline-block;
  line-height: 1.5;
}
.topic-path-sp ul li :after {
  content: "/";
  display: inline-block;
  padding: 0 5px;
}
.topic-path-sp ul li :last-child :after {
  content: none;
}
.topic-path-sp a {
  color: #666;
  text-decoration: underline;
}
/* パンくずここまで  */

/* アンカーここから  */

.topic-path-pc2 {
  font-size: 12px;
  color: #666;
  padding: 20px 0;
}
.topic-path-pc2 ul li {
  list-style-type: none;
  display: inline-block;
  line-height: 1.5;
}

.topic-path-pc2 a {
  color: #666;
  text-decoration: underline;
}

.topic-path-sp2 {
  font-size: 13px;
  color: #666;
  padding: 15px 20px;
}
.topic-path-sp2 ul li {
  list-style-type: none;
  display: inline-block;
  line-height: 1.5;
}

.topic-path-sp2 a {
  color: #666;
  text-decoration: underline;
}

/* アンカーここまで  */

  h2,h3 {
	margin: 0 auto 40px auto;
	font-size: 24px;
	text-align: center;
  }
  #mv .subject {
	  text-shadow: 1px 1px 5px #000;
	  margin-bottom: -23px;
  }
  #mv .subject h2 {
	  margin: 0 auto;
  }
  p.about-txt {
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
    letter-spacing: .5px;
  }
  .sewat_img01 li img,
  .sewat_img02 li img,
  .tshirt_img01 li img,
  .tshirt_img02 li img {
      width: 100%;
  }
  /* STYLING BOOK */
  ul.stylingbook_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*width: 345px;*/
    margin: 20px auto 60px;
  }
  ul.stylingbook_img li img {
    width: 100%;
  }
  /* 商品一覧テーブル */
  .itemTextlist{
    width: 100%;
    margin-top: 25px;
  }
  .itemTextlist a{
    text-decoration: none;
  }
  .itemTextlist a:hover{
    text-decoration: underline;
  }
  .itemTextlist th {
    border: solid 1px;
    padding: 6px 6px;
    font-weight: bold;
  }
  .itemTextlist td {
    border: solid 1px;
    padding: 6px 6px;
  }
  .itemTextlist td:first-child{
    width: 24%;
  }
  /* 商品一覧ここまで */
  /* 共通パーツここから  */
  .common-parts {
    padding: 2rem 0 3rem;
  }
  /* 共通パーツここまで  */
  /* ボタンデザインここから */
  .fr-linkButton{
    border-radius: 15px;
    font-weight: bold;
  }

  .textlink{
    text-decoration: underline;
  }
  .textlink:hover{
    text-decoration: none;
  }
  /* ボタンデザインここまで */
  /* TOPへ戻るここから  */
  .gotop {
    position: fixed;
    right: 0;
    bottom: 0;
    cursor: pointer;
    transition: .3s;
    /*デフォルトで非表示にする*/
    opacity: 0;
    visibility: hidden;
  }
  .gotop img {
    padding: 25px;
  }
    /*このクラスが付与されると表示する*/
    .active{
      opacity: 1;
      visibility: visible;
    }
    /*このクラスが付与されると表示する*/
    .absolute{
      position: absolute;
      top: -70px;
      bottom: auto;
    }
  /* TOPへ戻るここまで  */
  /* アンカー用高さ調節ここから */
  .pt5rem {
	  /*
    padding-top: 5rem;
    margin-top: -4rem;
	  */
  }
  /* アンカー用高さ調節ここまで */
  /* STYLING BOOK用ここから  */
  .stylingbook_img a:hover,
  .stylingbook_img a:active {
    opacity: 70%;
  }
  /* LOOKBOOK用ここまで  */

  /* 表示調整ここから  */
.event_contents > p {
	text-align: center;
}
.event_contents > dl {
	text-align: center;
	padding: 2.5rem 0 0 0;
}
.event_contents > dl dt span {
	display: block;
	font-weight: bold;
}
.event_contents > dl dd {
	padding: 0.5rem 0 0 0;
	margin-bottom: 2rem;
}
.event_contents > dl dd a {
	text-decoration: underline;
}
  /* 表示調整ここまで */

/* PC,SP共通ここまで  */