@charset "UTF-8";
/* reset*/
h1, h2, h3 {
  padding: 0;
  margin: 0;
  background: unset;
  border-bottom: none;
}
/* contents */
.block-event-page .snoopy--container_mv, .block-event-page .snoopy--container_contents {
  width: 1000px;
  margin: auto;
}
p.copy_txt {
  text-align: center;
  margin: 40px 0 0;
}
/* mv */
.snoopy--mv h1 {
  text-align: center;
  line-height: 0;
  margin: 0 auto 20px;
  /*background: #fffdf5;*/
  background: #c9151e;
  border-bottom: 15px solid #c9151e/*#efc74d*/;
}
.snoopy--container_mv h2 {
  font-size: 30px;
  text-align: center;
  line-height: 2;
}
.snoopy--container_mv p.lead--txt {
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
  margin: 0 auto 40px;
}
.snoopy--container_mv h3 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 2;
  color: #fff;
  background: #c9151e;
  margin: auto;
}
.block-event-page .item3column--inner {
  margin: 0 auto 40px;
}
.block-event-page .item3column--inner ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  /*-webkit-align-items: center;
  align-items: center;*/
  flex-wrap: wrap;
  margin: 30px 0 0;
}
.block-event-page .item3column--inner ul li {
  position: relative;
  font-size: 16px;
  width: calc((100% / 3) - 10px);
  margin: 0 5px 5px;
}
/*.block-event-page .item3column--inner ul li {
  position: relative;
  font-size: 16px;
  width: calc((100% / 3) - calc(10 * (100vw / 750)));
  margin: 20px calc(5 * (100vw / 750));
  padding: 20px;
}
.block-event-page .item3column--inner ul li:before {
  content: "";
  position: absolute;
  left: 3px;
  top: -22px;
  bottom: 0;
  margin: auto;
  width: 80px;
  height: auto;
  background: url(../../../../img/usr/event/gnsnoopy/logo1.png) no-repeat center top;
  background-size: 80px auto;
  z-index: 1;
}
.block-event-page .item3column--inner ul li:nth-of-type(6):before {
  top: -27px;
  background: url(../../../../img/usr/event/gnsnoopy/logo2.png) no-repeat center top;
  background-size: 80px auto;
}
.block-event-page .item3column--inner ul li a {
  position: relative;
  z-index: 2;
  display: block;
}
.block-event-page .item3column--inner ul li img {
  height: 50px;
  margin: auto;
  display: block;
}
.block-event-page .item3column--inner ul li img.item_photo {
  width: 140px;
  height: unset;
  display: block;
  margin: 10px auto;
}
.block-event-page .item3column--inner ul li:nth-child(1) {
  background: #eff3dc url(../../../../img/usr/event/gnsnoopy/waku.png) no-repeat center center;
  background-size: contain;
}
.block-event-page .item3column--inner ul li:nth-child(2) {
  background: #e5e5e5 url(../../../../img/usr/event/gnsnoopy/waku.png) no-repeat center center;
  background-size: contain;
}
.block-event-page .item3column--inner ul li:nth-child(3) {
  background: #fff4ee url(../../../../img/usr/event/gnsnoopy/waku.png) no-repeat center center;
  background-size: contain;
}
.block-event-page .item3column--inner ul li:nth-child(4) {
  background: #ecf6f8 url(../../../../img/usr/event/gnsnoopy/waku.png) no-repeat center center;
  background-size: contain;
}
.block-event-page .item3column--inner ul li:nth-child(5) {
  background: #fefce7 url(../../../../img/usr/event/gnsnoopy/waku.png) no-repeat center center;
  background-size: contain;
}
.block-event-page .item3column--inner ul li:nth-child(6) {
  background: #eeebf4 url(../../../../img/usr/event/gnsnoopy/waku.png) no-repeat center center;
  background-size: contain;
}*/
/* button */
a.btn_type01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  width: 350px;
  height: 60px;
  margin: 60px auto 0;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none !important;
  border-radius: 35px;
}
.btn_type02 a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  width: 550px;
  height: 60px;
  margin: 0 auto 80px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none !important;
  border-radius: 35px;
  background: #c9151e;
}
a.btn_type01:before,.btn_type02 a:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 6%;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
a.btn_type01:hover,.btn_type02 a:hover {
  opacity: .8;
}
/* items */
.snoopy--container_contents_wrapper {
  margin: 0 auto;
}
.snoopy--container_contents_wrapper .bg_box {
  padding: 20px 0 50px;
}
.snoopy--container_contents {
  background: url(../../../../img/usr/event/gnsnoopy/logo1.png) no-repeat top 20px left 10px;
}
#item03.snoopy--container_contents,
#item06.snoopy--container_contents {
  background: url(../../../../img/usr/event/gnsnoopy/logo2.png) no-repeat top 20px left 10px;
}
.snoopy--container_contents_wrapper .contents--inner {
  padding: 40px 0 0;
}
.snoopy--container_contents_wrapper h2 {
  text-align: center;
  margin: 0 auto 10px;
}
.snoopy--container_contents_wrapper .item1txt--inner ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  /*-webkit-align-items: center;
  align-items: center;*/
}
.snoopy--container_contents_wrapper .item1txt--inner ul li {
  position: relative;
  font-size: 20px;
  width: calc(100% / 2);
  padding: 25px;
  background: url(../../../../img/usr/event/gnsnoopy/waku.png) no-repeat center center;
  background-size: contain;
}
.snoopy--container_contents_wrapper .item1txt--inner ul li:first-child {
  display: flex;
  align-items: center;
}
.snoopy--container_contents_wrapper .item1txt--inner ul li img {
  vertical-align: top;
}
/*.block-event-page #item01.snoopy--container_contents,*/
.snoopy--container_contents_wrapper section.bg_box:nth-child(1) {
  background: #eff3dc url(../../../../img/usr/event/gnsnoopy/item01_bg.png) repeat-y center top;
}
#item01.snoopy--container_contents .item1txt--inner ul li:last-child {
  background: #eff3dc url(../../../../img/usr/event/gnsnoopy/waku.png) no-repeat center center;
  background-size: contain;
}
a.btn_type01.item_color01 {
  background: #8eab04;
}
/*.block-event-page #item02.snoopy--container_contents,*/
.snoopy--container_contents_wrapper section.bg_box:nth-child(2) {
  background: #e5e5e5 url(../../../../img/usr/event/gnsnoopy/item02_bg.png) repeat-y center top;
}
#item02.snoopy--container_contents .item1txt--inner ul li:last-child {
  background: #e5e5e5 url(../../../../img/usr/event/gnsnoopy/waku.png) no-repeat center center;
  background-size: contain;
}
a.btn_type01.item_color02 {
  background: #817b7b;
}
/*.block-event-page #item03.snoopy--container_contents,*/
.snoopy--container_contents_wrapper section.bg_box:nth-child(3) {
  background: #fff4ee url(../../../../img/usr/event/gnsnoopy/item03_bg.png) repeat-y center top;
}
#item03.snoopy--container_contents .item1txt--inner ul li:last-child {
  background: #fff4ee url(../../../../img/usr/event/gnsnoopy/waku.png) no-repeat center center;
  background-size: contain;
}
a.btn_type01.item_color03 {
  background: #c36430;
}
/*.block-event-page #item04.snoopy--container_contents,*/
.snoopy--container_contents_wrapper section.bg_box:nth-child(4) {
  background: #ecf6f8 url(../../../../img/usr/event/gnsnoopy/item04_bg.png) repeat-y center top;
}
#item04.snoopy--container_contents .item1txt--inner ul li:last-child {
  background: #ecf6f8 url(../../../../img/usr/event/gnsnoopy/waku.png) no-repeat center center;
  background-size: contain;
}
a.btn_type01.item_color04 {
  background: #3aa5ba;
}
/*.block-event-page #item05.snoopy--container_contents,*/
.snoopy--container_contents_wrapper section.bg_box:nth-child(5) {
  background: #fefce7 url(../../../../img/usr/event/gnsnoopy/item05_bg.png) repeat-y center top;
}
#item05.snoopy--container_contents .item1txt--inner ul li:last-child {
  background: #fefce7 url(../../../../img/usr/event/gnsnoopy/waku.png) no-repeat center center;
  background-size: contain;
}
a.btn_type01.item_color05 {
  background: #ccbe2d;
}
/*.block-event-page #item06.snoopy--container_contents,*/
.snoopy--container_contents_wrapper section.bg_box:nth-child(6) {
  background: #eeebf4 url(../../../../img/usr/event/gnsnoopy/item06_bg.png) repeat-y center top;
}
#item06.snoopy--container_contents .item1txt--inner ul li:last-child {
  background: #eeebf4 url(../../../../img/usr/event/gnsnoopy/waku.png) no-repeat center center;
  background-size: contain;
}
a.btn_type01.item_color06 {
  background: #674598;
}
.block-thumbnail-t li {
  margin-left: 0;
}
.block-thumbnail-t--goods-bookmark {
  right: 25px;
}
dt.block-thumbnail-t--goods-image {
  padding: 20px;
  background: url(../../../../img/usr/event/gnsnoopy/waku.png) no-repeat center center;
  background-size: contain;
}
.block-thumbnail-t--goods {
  width: 249px;
  padding: 0 2px;
  margin-left: 0;
}
.block-thumbnail-t--goods-image figure {
  width: 210px;
  height: 210px;
  margin: 0 0 0 -2px;
}