header, main, footer {
  display: block;
}

.headerPc.index .headerContents .indexMainImg {
  position: relative;
  width: 100%;
  height: 535px;
}

.headerPc.index .headerContents .indexMainImg .boxs {
  overflow: hidden;
  height: 495px;
  width: 100%;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.headerPc.index .headerContents .indexMainImg .boxs .fitMovie {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.headerPc.index .headerContents .indexMainImg .layoutBox {
  width: 1024px;
  margin: 0 auto;
  border: 1px transparent solid;
  position: relative;
  height: 495px;
}

.headerPc.index .headerContents .indexMainImg .layoutBox .indexShortLogo {
  position: absolute;
  top: 25px;
}

.headerPc.index .headerContents .indexMainImg .layoutBox .indexHeadLink {
  position: absolute;
  top: 140px;
}

.headerPc.index .headerContents .indexMainImg .layoutBox .indexHeadLink li:not(:last-child) {
  margin-bottom: 10px;
}

.headerPc.index .headerContents .indexMainImg .layoutBox .indexMaruLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 90px;
}

.headerContents.index {
  height: 698px;
  margin: 0 auto;
}

h2.midashi {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: bold;
  color: #0071B2;
}

h2.midashi {
  font-size: 1.70rem;
}

h2.midashi.logoSet {
  background: url(../img/common/index_design_logo.png) top right no-repeat;
  max-width: 1024px;
  margin: 0 auto 1rem auto;
  padding: 1.5rem 0;
}

h2.midashi.designTypeA {
  position: relative;
}

h2.midashi.designTypeA::before {
  position: absolute;
  content: url(../img/index/index_design_icon01.png);
  top: 0;
  left: 0;
  display: inline-block;
  width: 106px;
  height: 48px;
}

h2.midashi.designTypeA::after {
  position: absolute;
  content: url(../img/index/index_design_icon01.png);
  top: 0;
  right: 0;
  display: inline-block;
  width: 106px;
  height: 48px;
}

h2.midashi img {
  margin-right: 12px;
  vertical-align: middle;
}

.sectionsContents {
  margin-bottom: 1.5rem;
  position: relative;
}

.sectionsContents {
  padding: 1.5rem 0 3.5rem 0;
}

.sectionsContents.events {
  background: url(../img/index/bkimg_01.png);
  padding: 1.5rem 0 4rem 0;
}

.sectionsContents.shopLinsts {
  background: #3F9FEB;
}

.sectionsContents .btnArea {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2rem;
  margin: auto;
  width: 250px;
}

.sectionsContents .btnArea.indexTopicsBtn {
  bottom: .5rem;
}

.sectionsContents .btnArea a {
  display: block;
  padding: .5rem 0;
  background: #ED891E;
  color: #fff;
  border-radius: 15px;
  position: relative;
}

.sectionsContents .btnArea a::after {
  content: "\f105";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  display: block;
  top: .5rem;
  bottom: 0;
  right: 1rem;
  margin: auto;
}

.sectionsContents .btnArea a:hover {
  background: #1B2A60;
  opacity: 1;
}

.sectionsContents .btnArea a.btnDesignB {
  background: #3F9FEB;
}

.sectionsContents .btnArea a.btnDesignB:hover {
  background: #1B2A60;
  opacity: 1;
}

.unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1024px;
  margin: 0 auto;
}

.unit.floatLayout {
  display: block;
  overflow: hidden;
}

.unit.floatLayout li {
  margin-right: 17px;
  margin-left: 17px;
  margin-bottom: 50px;
}

.unit li {
  width: 30%;
  float: left;
}

.unit li a {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: .7rem;
  background: #fff;
  color: #333;
  position: relative;
}

.unit li a {
  height: 250px;
}

.unit li a::after {
  content: " ";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 17.5px 0 17.5px;
  border-color: #fff transparent transparent transparent;
  left: 0;
  right: 0;
  bottom: -12px;
  margin: auto;
}

.unit li a .thumbnails {
  width: 100%;
  display: block;
  overflow: hidden;
  margin-bottom: .5rem;
}

.unit li a .thumbnails {
  height: 150px;
}

.unit li a .thumbnails img {
  width: 100%;
}

.unit li a .sectionsContentsMidashi {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: .55rem 0;
  height: 55px;
  line-height: 1.4;
  overflow: hidden;
}

.unit li a .day {
  font-size: .8rem;
  padding: 0 0 .5rem 0;
}

#shopListJsonGetType li a {
  height: 350px;
}

#shopListJsonGetType li a .thumbnails {
  height: 250px;
}

.unitFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1024px;
  margin: 0 auto;
}

.unitFlex a {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: .75rem 0;
  width: 30%;
  background: #0071B2;
  color: #fff;
  position: relative;
}

.unitFlex a::after {
  content: " ";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 17.5px 0 17.5px;
  border-color: #0071B2 transparent transparent transparent;
  left: 0;
  right: 0;
  bottom: -12px;
  margin: auto;
}

.unitFlex a .contentsTitles {
  padding: 0 0 .75rem .75rem;
}

.unitFlex a .contentsTitles img {
  margin-right: 1rem;
  vertical-align: middle;
}

.unitFlex a .imgBox {
  overflow: hidden;
}

.unitFlex a .imgBox img {
  width: 100%;
}

.shop .midashi {
  margin: 0;
  padding: 0;
}

.shop .sectionsContents {
  background: #CAE4EF;
}

.shop .sectionsContents .indexTopicsArea {
  width: 1024px;
  margin: 0 auto;
}

.shop .sectionsContents .indexTopicsArea .list li {
  border-bottom: 1px #fff solid;
  margin: .5rem 0;
  padding-bottom: .5rem;
}

.shop .sectionsContents .indexTopicsArea .list li:first-child {
  border-top: 1px #fff solid;
  padding-top: .5rem;
}

.shop .sectionsContents .indexTopicsArea .list li a {
  display: block;
}

.shop .sectionsContents .indexTopicsArea .list li a .category {
  padding: .5rem 0;
  color: #fff;
  background: #3F9FEB;
  display: inline-block;
  width: 150px;
  text-align: center;
  font-size: .8rem;
  margin-right: .5rem;
}

.shop .sectionsContents .indexTopicsArea .list li a .day {
  padding: .5rem 1rem;
  color: #333;
}

.shop .sectionsContents .indexTopicsArea .list li a .txt {
  padding: .5rem 0;
  color: #333;
}

.topics {
  background-size: 10px 10px;
  background-color: #eafaff;
  background-image: linear-gradient(-45deg, #cef2ff 25%, transparent 25%, transparent 50%, #cef2ff 50%, #cef2ff 75%, transparent 75%, transparent);
}

.topics {
  -webkit-box-shadow: 3px 3px 12px -2px #a0a0a0;
  box-shadow: 3px 3px 12px -2px #a0a0a0;
  width: 900px;
  margin: 0 auto 3rem auto;
  border-radius: 6px;
}

.topics .midashi {
  color: #3F9FEB;
  padding-top: 1rem;
}

.topics .sectionsContents {
  background: #fff;
  border-radius: 0 0 6px 6px;
}

.topics .sectionsContents {
  border-top: 1px #77c3ff solid;
  padding: 1rem 0 3.5rem 0;
}

.topics .sectionsContents .indexTopicsArea {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1rem 1rem 1rem;
}

.topics .sectionsContents .indexTopicsArea .list li {
  border-bottom: 1px #D9D9D9 solid;
  margin: .5rem 0;
  padding-bottom: .5rem;
}

.topics .sectionsContents .indexTopicsArea .list li:first-child {
  padding-top: .5rem;
}

.topics .sectionsContents .indexTopicsArea .list li a {
  display: block;
}

.topics .sectionsContents .indexTopicsArea .list li a .category {
  padding: .5rem 0;
  color: #fff;
  background: #3F9FEB;
  display: inline-block;
  width: 150px;
  text-align: center;
  font-size: .8rem;
  margin-right: .5rem;
}

.topics .sectionsContents .indexTopicsArea .list li a .day {
  padding: .5rem 1rem;
  color: #333;
}

.topics .sectionsContents .indexTopicsArea .list li a .txt {
  padding: .5rem 0;
  color: #333;
}

.headerPc .seasonArea {
  height: 70px;
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 900;
  bottom: 0;
}

.headerPc .seasonArea.spr {
  background: #60BA00 url(../img/index/index_head_designimg_sp.jpg) no-repeat top center;
}

.headerPc .seasonArea.sum {
  background: #F10400 url(../img/index/index_head_designimg_su.jpg) no-repeat top center;
}

.headerPc .seasonArea.aut {
  background: #CD6E00 url(../img/index/index_head_designimg_au.jpg) no-repeat top center;
}

.headerPc .seasonArea.win {
  background: #0046A1 url(../img/index/index_head_designimg_wi.jpg) no-repeat top center;
}

.headerSp .seasonArea {
  height: 150px;
}

.headerSp .seasonArea.spr {
  background: #0071B2 url(../img/index/index_head_designimg_sp_sp.jpg) no-repeat top center;
  background-size: cover;
}

.headerSp .seasonArea.sum {
  background: #0071B2 url(../img/index/index_head_designimg_sp_su.jpg) no-repeat top center;
  background-size: cover;
}

.headerSp .seasonArea.aut {
  background: #0071B2 url(../img/index/index_head_designimg_sp_au.jpg) no-repeat top center;
  background-size: cover;
}

.headerSp .seasonArea.win {
  background: #0071B2 url(../img/index/index_head_designimg_sp_wi.jpg) no-repeat top center;
  background-size: cover;
}

.eventsThisMonthEntries {
  width: 1060px;
}

.eventsThisMonthEntries li a {
  height: 305px;
}

.eventsThisMonthEntries li a .entryDayView {
  font-size: 0.7rem;
  color: #666;
  margin: .25rem 0;
  text-align: right;
}

.eventsThisMonthEntries li a .day {
  font-size: 0.85rem;
  padding: .5rem 0;
  color: #3F9FEB;
  border-top: 1px #3F9FEB solid;
  border-bottom: 1px #3F9FEB solid;
  margin: .75rem 0;
}