@charset "utf-8";

/*-----------------------------------------
  layout
-----------------------------------------*/
#event-contents-wrapper {
	width: 1000px;
	margin: 0 auto;
	overflow: visible;
}
#StyleT-list-wrapper {
  width: 1000px;
  margin: 0 auto;
}
#snoopy * {
  box-sizing: border-box;
}
#snoopy h1,
#snoopy h2,
#snoopy h3,
#snoopy h4,
#snoopy p, #snoopy ul, #snoopy li, #snoopy dl, #snoopy dd, #snoopy dt, #snoopy a, #snoopy span, #snoopy figure {
  position: static;
  width: auto;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  color: inherit;
	border: none;
}
#snoopy a {
  color: inherit;
	transition: all .3s;
}
#snoopy a:focus {
  -webkit-text-decoration: none;
  text-decoration: none;
}
#snoopy a:hover {
	opacity: 0.8;
}
#snoopy img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
#snoopy {
  position: relative;
  padding: 0 0 100px;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
  line-height: 1;
  color: #333333;
  background: #fff;
}

/*-----------------------------------------
  common
-----------------------------------------*/
#snoopy .snoopy-contents {
	background: #e4f1e7;
	border: 20px solid #f59562;
}
#snoopy .snoopy-contents-inner {
	width: 815px;
	margin: 0 auto;
	padding: 60px 0;
}

/*-----------------------------------------
  mainvisual
-----------------------------------------*/
#snoopy .snoopy-mainvisual{
	position: relative;
	margin: 0 auto 88px;
	text-align: center;
}
#snoopy .snoopy-mainvisual h1{
	margin: 0 0 70px;
}
#snoopy .snoopy-mainvisual .snoopy-comment1{
	font-size: 16px;
	line-height: 2;
}
#snoopy .snoopy-mainvisual .snoopy-comment2{
	margin: 32px 0 0;
	font-weight: bold;
	font-size: 22px;
}
#snoopy .snoopy-mainvisual .snoopy-comment3{
	margin: 17px 0 0;
	font-size: 14px;
}
#snoopy .snoopy-mainvisual .snoopy-date{
	margin: 35px 0 0 35px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 16px;
	letter-spacing: 0.04em;
	text-align: left;
}
#snoopy .snoopy-mainvisual .snoopy-btn a{
	flex-direction: column;
	width: 460px;
	height: 70px;
	margin: 60px auto 0;
	font-size: 20px;
}
#snoopy .snoopy-mainvisual .snoopy-btn a span{
	margin-bottom: 4px;
	font-size: 14px;
}
#snoopy .snoopy-mainvisual .snoopy-btn a span span{
	font-size: 18px;
}
#snoopy .snoopy-mainvisual .snoopy-btn-notice {
	display: block;
	margin-top: 16px;
	font-size: 14px;
}

/*-----------------------------------------
  favorite
-----------------------------------------*/
#snoopy .snoopy-favorite-img {
	margin: 0 0 100px;
}
#snoopy .snoopy-club {
	margin: 100px 0;
	text-align: center;
}
#snoopy .snoopy-club-text {
	margin: 35px 0 28px;
	font-size: 16px;
	letter-spacing: 0.04em;
	line-height: 1.75;
}

/*-----------------------------------------
  item
-----------------------------------------*/
#snoopy .snoopy-item {
	margin: 100px 0;
}
#snoopy .snoopy-item-title{
	margin: 0 0 40px;
	text-align: center;
}
#snoopy .snoopy-item-list{
	display: flex;
	flex-wrap: wrap;
	gap: 56px 60px;
}
#snoopy .snoopy-item-list li {
	width: calc((100% - 60px)/2);
	height: 100%;
}
#snoopy .snoopy-item-detail {
	margin-top: 25px;
}
#snoopy .snoopy-item-comment {
	margin-bottom: 10px;
	font-size: 16px;
	letter-spacing: 0.075em;
	line-height: 1.5;
}
#snoopy .snoopy-item-name {
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 1.71;
}
#snoopy .snoopy-item-name a {
	display: block;
	text-decoration: underline;
}
#snoopy .snoopy-item-slide .slick-next,
#snoopy .snoopy-item-slide .slick-prev {
	position: absolute;
	top: 50%;
	right: -20px;
	width: 40px;
	height: 40px;
	margin: auto 0;
	font-size: 0;
	background: url(/img/usr/event/feature-snoopy/icon_arrow_g.png) no-repeat center / contain;
	border: none;
	outline: none;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 10;
}
#snoopy .snoopy-item-slide .slick-prev {
	right: auto;
	left: -20px;
	transform: translateY(-50%) rotate(180deg);
}
#snoopy .snoopy-item-list .snoopy-item-full {
	width: 100%;
}
#snoopy .snoopy-item-full img{
	width: 230px;
	margin-top: 120px;
}
#snoopy .snoopy-item-full .slick-center img {
	position: relative;
	left: -68px;
	margin-top: 0;
	width: 470px;
	max-width: 470px;
}
#snoopy .snoopy-item-full .slick-center + .slick-slide{
	text-align: right;
}
#snoopy .snoopy-item-full .slick-center + .slick-slide img{
	position: relative;
	margin-left: auto;
}
#snoopy .snoopy-item-full .snoopy-item-slide .slick-prev {
	left: 210px;
}
#snoopy .snoopy-item-full .snoopy-item-slide .slick-next {
	right: 210px;
}
#snoopy .snoopy-item-full .snoopy-item-detail {
	width: 470px;
	margin: 20px auto 0;
}

/*-----------------------------------------
  information
-----------------------------------------*/
#snoopy .snoopy-information {
	margin: 100px 0;
}
#snoopy .snoopy-information-title {
	margin-bottom: 55px;
	text-align: center;
}
#snoopy .snoopy-information-box {
	margin-top: 25px;
}
#snoopy .snoopy-information-box h3 {
	margin-bottom: 6px;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.04em;
	line-height: 1.75;
	color: #f59562;
}
#snoopy .snoopy-information-box p {
	font-size: 16px;
	letter-spacing: 0.04em;
	line-height: 1.75;
}

/*-----------------------------------------
  pick up
-----------------------------------------*/
#snoopy .snoopy-pickup {
	margin: 100px 0;
}
#snoopy .snoopy-pickup-title {
	margin-bottom: 15px;
	text-align: center;
}
#snoopy .snoopy-pickup-text {
	margin-bottom: 38px;
	font-size: 16px;
	letter-spacing: 0.1em;
	text-align: center;
}
#snoopy .snoopy-pickup-list {
	display: flex;
	justify-content: center;
	gap: 20px;
}
#snoopy .snoopy-pickup-list li {
	width: 320px;
}

/*-----------------------------------------
  bottom
-----------------------------------------*/
#snoopy .snoopy-btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 440px;
	height: 46px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background: #f59562 url(/img/usr/event/feature-snoopy/icon_arrow_w.png) no-repeat right 14px center / 14px;
	border-radius: 10px;
}
#snoopy .snoopy-tax{
	display: block;
	font-size: 16px;
	text-align: center;
	margin: 40px 0 0;
}
#snoopy .btn_item_lp_ {
	position: fixed;
	right: 5%;
	bottom: 150px;
  z-index: 999;
}