@charset "utf-8";
/*
 common
======================================================= */
/*
 common
======================================================= */
html{
  overflow: auto;
}
body{
  position: relative;
  overflow-x: hidden;
  min-width: 960px;
}
.main_contents{
  color: #333;
}



.pt-200{padding-top: 200px;}

/*
kanban
======================================================= */
.kanban_box{
  position: relative;
}
.kanban_box::before{
  content: "";
  position: absolute;
  width: 1920px;
  height: 420px;
  background: url(https://r.r10s.jp/evt/event/genre/summer/2025/_pc/img/top/bg_kanban.png) no-repeat;
  transform: translateX(-50%);
  margin-left: 50%;
}
.kanban span{
  height: 420px;
  display: block;
}
.mv-photo-wrap {
  width: 100%;
  max-width: 1920px;
  height: 420px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.mainTtl {
  position: absolute;
  top: 0;
  width: 233px;
  height: 0;
  left: 0%;
  right: 0;
  padding-top: 421px;
  overflow: hidden;
  z-index: 10;
  margin: 0 auto;
  background: url(https://r.r10s.jp/evt/event/genre/summer/2025/_pc/img/top/logo.png) no-repeat;
  background-size: contain;
}
.pc_kanban{
  transform: translateX(-50%);
  margin-left: 50%;
  width: 1920px;
}
.mv-photo-wrap .photo-left,
.mv-photo-wrap .photo-right {
  display: flex;
  height: 420px;
}
.mv-photo-wrap .photo-left {
  flex-direction: column-reverse;
}
.mv-photo-wrap .photo-right {
  flex-direction: column;
}
.mv-photo-wrap .photo-left img {
  width: 960px;
  height: 420px;
  text-align: left;
}
.mv-photo-wrap .photo-left span {
  text-align: left;
}
.mv-photo-wrap .photo-right span {
  text-align: right;
}
.mv-photo-wrap .photo-right img {
  width: 960px;
  height: 420px;
  text-align: left;
}
.mv-photo-wrap.action .photo-left span {
  animation: photoSlideDown 8s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
}
.mv-photo-wrap.action .photo-right span {
  animation: photoSlideUp 8s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
}

/* animation */
@keyframes swing {
  4% {
    transform: rotate(15deg)
  }
  8% {
    transform: rotate(-10deg)
  }
  12% {
    transform: rotate(5deg)
  }
  16% {
    transform: rotate(-5deg)
  }
  20% {
    transform: rotate(0deg)
  }
  to {
    transform: rotate(0deg)
  }
}
@keyframes photoSlideUp {
	0% {
		transform: translateY(-300%);
	}
  45% {
		transform: translateY(-300%);
	}
  50% {
		transform: translateY(-200%);
	}
  65% {
		transform: translateY(-200%);
  }
  95% {
		transform: translateY(-200%);
  }
  100% {
		transform: translateY(-100%);
  }
}
@keyframes photoSlideDown {
	0% {
		transform: translateY(200%);
	}
  45% {
		transform: translateY(200%);
	}
  50% {
		transform: translateY(100%);
	}
  65% {
		transform: translateY(100%);
  }
  95% {
		transform: translateY(100%);
  }
  100% {
		transform: translateY(0%);
  }
}
/*
bnr_area
======================================================= */
.bnr_area{
  padding: 40px 0 25px;
}
.bnr_area .modal_btn{
  text-align: right;
  font-size: 17px;
  padding-top: 20px;
}
.bnr_area .modal_btn .opne_text{
  text-align: right;
  padding-right: 19px;
  position: relative;
}
.bnr_area .modal_btn .opne_text::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 10px;
  right: 3px;
  width: 10px;
  height: 10px;
  margin: auto;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  transform: rotate(135deg);
}
.bnr_area .ecm-slider-slide:hover{
  opacity: .8;
}
/*
title
======================================================= */
/* title01 */
.title01{
  position: relative;
  margin-bottom: 30px;
}
.title01::before{
  content: "";
  position: absolute;
  background: url(https://r.r10s.jp/evt/event/genre/summer/2025/_pc/img/bg_home_goods.png) top center / 100% auto no-repeat;
  background-size: 100%;
  height: 750px;
  width: 1920px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  transform: translateX(-50%);
  margin-left: 50%;
}
.title01 .head_text{
  text-align: center;
  color: #222c49;
  font-size: 50px;
  font-weight: bold;
  padding-top: 226px;
  position: relative;
}
.title01 .head_sub_text{
  font-size: 20px;
  text-align: center;
  position: relative;
  margin-top: 14px;
  color: #424b64;
}
.home_goods .title01 .head_text{
  padding-top: 194px;
}
/* title02 */
.title02{
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
  color: #222c49;
}
/* title03 */
.title03{
  margin-bottom: 30px;
}
.title03 .head_text{
  position: relative;
  padding: 0px 0 35px;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  line-height: 1.35;
  color: #222c49;
  margin-bottom: 0;
}
.title03 .head_text::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 236px;
  height: 16px;
  margin: auto;
  background-image: url("https://r.r10s.jp/evt/event/genre/summer/2025/_sp/img/dec_ttl01.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom 0 left 0;
}
.title03 .head_sub_text{
  font-size: 20px;
  text-align: center;
  line-height: 1.35;
  color: #424b64;
  margin-top: 25px;
}

.sub_text{
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  margin-top: -6px;
  margin-bottom: 24px;
  color: #424b64;
}
/*
main_section
======================================================= */
.main_section{
  position: relative;
  padding: 0 0 180px;
  margin-bottom: 60px;
}
.family_area.main_section{
  margin-bottom: 47px;
}
.osoto_goods.main_section{
  margin-bottom: 65px;
}
.home_goods.main_section ._bg_area,
.osoto_goods.main_section ._bg_area{
  position: relative;
  padding-bottom: 118px;
}
.home_goods.main_section ._bg_area::before{
  content: "";
  background-color: #d8fbff;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 500%;
  margin: 0 -500%;
  z-index: -1;
}
.osoto_goods.main_section ._bg_area::before{
  content: "";
  background-color: #ffe9f6;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 500%;
  margin: 0 -500%;
  z-index: -1;
}
.main_section::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 0;
  width: 1920px;
  height: 161px;
  transform: translateX(-50%);
  margin-left: 50%;
  background: url(https://r.r10s.jp/evt/event/genre/summer/2025/_pc/img/bg_bottom01.png) no-repeat #fff;
  background-size: 100%;
}
.home_goods.main_section .itemList:nth-of-type(-n+2) .itemListLink{
  width: 470px;
}
.going_out.main_section .itemList:nth-of-type(-n+4) .itemListLink{
  width: 470px;
}
.family_area.main_section .itemList:nth-of-type(-n+2) .itemListLink{
  width: 470px;
}
.main_section .itemListWrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 71px;
}
.main_section .itemListLink{
  display:block;
  width: 304px;
  color:#696969!important;
  background-color:#ffffff;
  box-sizing:border-box;
  border-radius: 5px;
  overflow: hidden;
  position:relative;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}
.main_section .itemListLink:hover{
  text-decoration: none;
  opacity: .8;
}
.main_section .itemImg img{
  width:100%;
  height:auto;
}
.main_section .itemTxtBox{
  padding: 12px 15px;
  text-align: center;
  height: 118px;
  box-sizing: border-box;
}
.main_section .itemName{
  position: relative;
  font-size: 20px;
  font-weight:bold;
  color: #0aa1b7;
  line-height: 1.5;
  padding-bottom: 17px;
}
.main_section .itemListWrap li .itemTxtBox .itemName::after{
  content: "";
  position: absolute;
  display: block;
  color: #0092bc;
  line-height: 1.3;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 58px;
  height: 8px;
  padding: 0px 0 17px;
  background: url(https://r.r10s.jp/evt/event/genre/summer/2025/_pc/img/top/con_itemlist_deco.png) no-repeat left bottom;
  margin-bottom: 5px;
}
.summer_fatigue .itemListWrap li .itemTxtBox .itemName::after{
  background: url(https://r.r10s.jp/evt/event/genre/summer/2025/_pc/img/top/con_itemlist_deco02.png)  no-repeat left bottom;
}
.going_out .itemListWrap li .itemTxtBox .itemName::after{
  background: url(https://r.r10s.jp/evt/event/genre/summer/2025/_pc/img/top/con_itemlist_deco03.png)  no-repeat left bottom;
}
.family_area .itemListWrap li .itemTxtBox .itemName::after{
  background: url(https://r.r10s.jp/evt/event/genre/summer/2025/_pc/img/top/con_itemlist_deco04.png)  no-repeat left bottom;
}
.main_section .itemDescription{
  font-size: 14px;
  line-height: 1.5;
  color: #424b64;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_sectionPickupWordList > a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #333 !important;
}
.ad_area:first-of-type{
  margin-bottom: 24px;
}
.ad_area + .ad_area{
  margin-bottom: 24px;
}
.ad_area:last-of-type{
  margin-bottom: 56px;
}
.ad_area .ecm-ad{
  padding: 8px;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, .2);
  border-radius: 4px;
}
/* button01 */
.button01{

}
.button01 .buttonLink{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 480px;
  height: 96px;
  margin: 0 auto;
  border-radius: 48px;
  background: #00b4cb;
  color: #fff;
  font-size: 24px;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .2);
}
.button01 .buttonLink:hover{
  text-decoration: none;
  opacity: .8;
}
.button01 .buttonLink ._bold{
  font-size: 32px;
}
.button01 a.buttonLink::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 29px;
  width: 12px;
  height: 12px;
  margin: auto;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  transform: rotate(45deg);
}

.main_section02{
  padding-bottom: 105px;
}
/*
home_goods
======================================================= */
.home_goods{
  background-color: #d7fbff;
}
/*
summer_fatigue
======================================================= */
.summer_fatigue{
  background-color: #ffe9f6;
}
.summer_fatigue .title01::before{
  background: url(https://r.r10s.jp/evt/event/genre/summer/2025/_pc/img/bg_summer_fatigue.png) top center/100% auto no-repeat;
  background-size: 100%;
  background-color: #fff;
}
.summer_fatigue.main_section::after{
  background: url(https://r.r10s.jp/evt/event/genre/summer/2025/_pc/img/bg_bottom02.png) no-repeat #fff;
  background-size: 100%;
}
.summer_fatigue .button01 .buttonLink{
  background: #ec5aa7;
}
.summer_fatigue .itemName{
  color: #ec5aa7;
}
/*
 going_out
======================================================= */
.going_out{
  background-color: #edffd9;
}
.going_out .title01::before{
  background: url(https://r.r10s.jp/evt/event/genre/summer/2025/_pc/img/bg_going_out.png) top center/100% auto no-repeat;
  background-size: 100%;
  background-color: #fff;
}
.going_out.main_section::after{
  background: url(https://r.r10s.jp/evt/event/genre/summer/2025/_pc/img/bg_bottom03.png) no-repeat #fff;
  background-size: 100%;
}
.going_out .button01 .buttonLink{
  background: #56990f;
}
.going_out .itemName{
  color: #56990f;
}
/*
 family_area
======================================================= */
.family_area{
  background-color: #ffecd9;
}
.family_area .title01::before{
  background: url(https://r.r10s.jp/evt/event/genre/summer/2025/_pc/img/bg_family_area.png) top center/100% auto no-repeat;
  background-size: 100%;
  background-color: #fff;
}
.family_area.main_section::after{
  background: url(https://r.r10s.jp/evt/event/genre/summer/2025/_pc/img/bg_bottom04.png) no-repeat #fff;
  background-size: 100%;
}
.family_area .button01 .buttonLink{
  background: #e56000;
}
.family_area .itemName{
  color: #e56000;
}
/*
 stamp_area
======================================================= */
.stamp_ttl{
  font-size: 20px;
  color: #424b64;
  text-align: center;
  margin-bottom: 5px;
}
.stamp_bnr{
  width: 860px;
  margin: 0 auto 6px;
}
.stamp_bnr a:hover{
  opacity: .8;
}
.stamp_note{
  color: #424b64;
  text-align: center;
  font-size: 12px;
}

/* other_list01 */
.other_list01{
  gap: 24px;
  margin-bottom: 16px;
}
.other_list01 a:hover{
  opacity: .8;
}
/*
search_area
======================================================= */
.contents_subTitle{
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #222c49;
  padding-top: 24px;
  padding-bottom: 16px;
}
.search_box{
  position: relative;
  padding: 50px 0 64px;
  margin: 0 0 106px;
  background-color: #f7ed8b;
  border-radius: 4px;
}
.search_box::before{
  content: "";
  position: absolute;
  width: 311px;
  height: 267px;
  background: url(https://r.r10s.jp/evt/event/genre/summer/2025/_pc/img/dec_search01.png) no-repeat;
  background-size: 100%;
  top: -50px;
  left: -32px;
}
.search_box::after{
  content: "";
  position: absolute;
  width: 341px;
  height: 295px;
  background: url(https://r.r10s.jp/evt/event/genre/summer/2025/_pc/img/dec_search02.png) no-repeat;
  background-size: 100%;
  top: -21px;
  right: -38px;
}
/* search_area */
.search_area .formWrap{
  width: 440px;
  margin: 0 auto;
}
.search_area .sggstInputWrap,
.search_area .searchForm__select{
  box-sizing: border-box;
  border-radius: 0;
  text-indent: 0;
}
.search_area .searchForm__select,
.search_area .sggstInputWrap {
  width: 100%;
  height: 60px;
  background-color: #fff;
  text-align: left;
  text-align: -webkit-left;
  cursor: pointer;
  font-size: 15px;
  border-radius: 5px;
  border: none;
  appearance: none;
  color: #333;
}
.search_area .searchForm__select {
  padding-left: 10px;
}
.search_area .searchForm__textInput{
  width: 100%;
  height: 100%;
  padding: 0 10px;
  background: #fff;
  border-radius: 5px;
  font-size: 15px;
  border: none;
}
.search_area .searchForm__selectContainer::before{
  content: "";
  position: absolute;
  display: inline-block;
  margin: auto;
  padding: 0;
  top: 0;
  bottom: 2px;
  right: 16px;
  width: 8px;
  height: 8px;
  border-right: 3px solid #4f4f4f;
  border-top: 3px solid #4f4f4f;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  pointer-events: none;
}
.searchSubmit01{
  position: relative;
  width: 252px;
  height: 60px;
  background-color: #00b4cb;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
  border: none;
  margin: 40px auto 0;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, .2);
  letter-spacing: 1px;
}
.searchSubmit01:hover{
  opacity: .8;
}
.searchSubmit01::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  width: 10px;
  height: 10px;
  margin: auto;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
}

.searchForm__priceFilterContainer{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.searchForm__priceFilterContainer span{
  font-size: 17px;
  font-weight: bold;
  color: #222c49;
}
.searchForm__priceFilterContainer > .maxPriceInput,
.searchForm__priceFilterContainer > .minPriceInput{
  width: calc(50% - 20px);
  margin-bottom: 0!important;
  position: relative;
}
/*
 ranking_area
======================================================= */
.ranking_box .ecm-ranking-alcor-updatedate{
  margin-right: 8px;
}
.ranking_box .ecm-slider{
  padding: 0 16px;
}
.rankingCaution{
  font-size: 13px;
  color: #696969;
  background: #f7f7f7;
  padding: 13px 12px;
  margin-top: 28px;
}
.rankingCaution  span{
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
