@charset "euc-jp";

/* indexPage
-------------------- */
.indexmainvisual {
  overflow: hidden;
  position: relative;
  background: #f2f9ff;
}

.indexmainvisual .bx-wrapper {
  margin-bottom: 60px;
}

.indexmainvisual .bx-wrapper .bx-viewport {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  left: 0;
  padding: 5% 0 0;
  border: none;
  background: transparent;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.indexmainvisual .bx-wrapper .bx-controls-direction a {
  margin-top: 0;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 95;
}

.indexmainvisual .bx-wrapper .bx-prev {
  top: calc(58% - 15px);
  left: 5px;
  background-image: url(https://img21.shop-pro.jp/PA01385/192/etc/zc-arrow1_w.png);
  background-size: 8px 6px;
  background-position: 55% 50%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.indexmainvisual .bx-wrapper .bx-prev:hover {
  background-position: 55% 50%;
  background-color: rgba(0, 0, 0, 0.1);
}

.indexmainvisual .bx-wrapper .bx-next {
  top: calc(58% - 15px);
  right: 5px;
  background-image: url(https://img21.shop-pro.jp/PA01385/192/etc/zc-arrow1_w.png);
  background-size: 8px 6px;
  background-position: 55% 50%;
}

.indexmainvisual .bx-wrapper .bx-next:hover {
  background-position: 55% 50%;
  background-color: rgba(0, 0, 0, 0.1);
}

@media (min-width: 600px) {
  .indexmainvisual .bx-wrapper .bx-viewport {
    padding: 50px 0 10px;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .indexmainvisual .bx-wrapper .bx-prev {
    top: calc(50% + 20px - 15px);
    left: 20px;
  }
  .indexmainvisual .bx-wrapper .bx-next {
    top: calc(50% + 20px - 15px);
    right: 20px;
  }
  .indexmainvisual #slider {
    position: relative;
    left: calc(50% - 310px);
    overflow: visible !important;
  }
  .indexmainvisual #slider div {
    overflow: hidden;
    width: 600px !important;
    margin: 0 10px;
    border-radius: 6px;
    background: #FFF;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
}

@media (min-width: 960px) {
  .indexmainvisual .bx-wrapper .bx-viewport {
    padding: 60px 0 10px;
  }
  .indexmainvisual #slider {
    left: calc(50% - 385px);
  }
  .indexmainvisual #slider div {
    width: 720px !important;
    margin: 0 25px;
  }
  .indexmainvisual #slider img {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .indexmainvisual #slider img:hover {
    opacity: 0.6;
  }
}

/* indexcategory
-------------------- */
.indexcategory {
  margin-top: -5%;
  padding: 0 0 12%;
  background: #f2f9ff;
}

.indexcategory__item {
  position: relative;
  margin: 20px 2% 0;
}

.indexcategory__container {
  overflow: hidden;
  background: #FFF;
  border: 1px solid #FFF;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.indexcategory__title {
  position: relative;
  display: block;
  padding: 4% 0 4% 6%;
  text-align: center;
}

.indexcategory__title img {
  width: 60%;
}

.indexcategory__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  width: 8px;
  height: 6px;
  background: url(https://img21.shop-pro.jp/PA01385/192/etc/zc-arrow1_w.png) no-repeat 0 0/8px 6px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.indexcategory__title_open::after {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.indexcategory__img {
  position: absolute;
  z-index: 2;
}

.indexcategory__img img {
  width: 100%;
}

.indexcategory__type .indexcategory__title {
  background: #7fb0ec;
}

.indexcategory__type .indexcategory__img {
  margin-top: -3%;
  left: 3%;
  width: 24%;
}

.indexcategory__maker .indexcategory__title {
  background: #81c395;
}

.indexcategory__maker .indexcategory__img {
  margin-top: -2%;
  left: 1.5%;
  width: 27%;
}

.indexcategory__option .indexcategory__title {
  background: #e9c546;
}

.indexcategory__option .indexcategory__img {
  margin-top: -3%;
  left: 2%;
  width: 25%;
}

.indexcategory__list {
  display: none;
}

.indexcategory li:not(:last-child) {
  border-bottom: 1px solid #CCC;
}

.indexcategory a {
  display: block;
  padding: 20px 10px;
  background: url(https://img21.shop-pro.jp/PA01385/192/etc/zc-arrow1.png) no-repeat right 12px top 50%/8px 6px;
  color: #333;
  text-decoration: none;
}

@media (min-width: 600px) {
  .indexcategory {
    margin-top: 0;
    padding-top: 2%;
  }
  .indexcategory__item {
    margin: 25px 3% 0;
  }
  .indexcategory__title {
    position: relative;
    display: block;
    padding: 20px 0 20px 20px;
    text-align: center;
  }
  .indexcategory__title img {
    width: 300px;
  }
  .indexcategory__type .indexcategory__img {
    top: -10px;
    width: 106px;
    margin-top: 0;
  }
  .indexcategory__maker .indexcategory__img {
    top: -5px;
    width: 123px;
    margin-top: 0;
  }
  .indexcategory__option .indexcategory__img {
    top: -10px;
    width: 112px;
    margin-top: 0;
  }
}

@media (min-width: 960px) {
  .indexcategory {
    margin-bottom: -80px;
    padding: 20px 0 0;
  }
  .indexcategory .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .indexcategory__item {
    width: 31.66%;
    margin: 0;
  }
  .indexcategory__item:not(:first-child) {
    margin-left: 2.51%;
  }
  .indexcategory__container {
    border: 1px solid #999;
    border-radius: 6px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .indexcategory__title {
    padding: 12px 0 12px 20px;
  }
  .indexcategory__title img {
    width: 200px;
  }
  .indexcategory__title::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: auto;
    bottom: -18px;
    right: calc(50% - 10px);
    width: 10px;
    height: 10px;
    border: 10px solid transparent;
    background: transparent;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .indexcategory__type .indexcategory__title::after {
    border-top: 10px solid #7fb0ec;
  }
  .indexcategory__type .indexcategory__img {
    top: -10px;
    left: -10px;
    width: 71px;
  }
  .indexcategory__maker .indexcategory__title::after {
    border-top: 10px solid #81c395;
  }
  .indexcategory__maker .indexcategory__img {
    top: -5px;
    left: -10px;
    width: 82px;
  }
  .indexcategory__option .indexcategory__title::after {
    border-top: 10px solid #e9c546;
  }
  .indexcategory__option .indexcategory__img {
    top: -10px;
    left: -10px;
    width: 75px;
  }
  .indexcategory__list {
    display: table;
    width: 100%;
    height: 10em;
    font-size: 0.875rem;
  }
  .indexcategory__list ul {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
  }
  .indexcategory__list li {
    display: inline-block;
    margin: 5px 0;
  }
  .indexcategory__list li:not(:last-child) {
    border-bottom: none;
  }
  .indexcategory__list a {
    display: block;
    padding: 0 12px;
    background: none;
    border: 1px solid #CCC;
    border-radius: 20px;
    line-height: 28px;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .indexcategory__list a:hover {
    background-color: #e3f0ff;
  }
}

@media (min-width: 1280px) {
  .indexcategory__type .indexcategory__img {
    left: 3%;
  }
  .indexcategory__maker .indexcategory__img {
    left: 1.5%;
  }
  .indexcategory__option .indexcategory__img {
    left: 2%;
  }
  .indexcategory__list {
    font-size: 1rem;
  }
}

/* indextopics
-------------------- */
.indextopics {
  padding: calc(8% + 40px) 0 calc(8% + 30px);
  background-color: #e3f0ff;
  background-image: url(https://img21.shop-pro.jp/PA01385/192/etc/index-topicsbg1.png), url(https://img21.shop-pro.jp/PA01385/192/etc/index-topicsbg2.png);
  background-repeat: no-repeat,no-repeat;
  background-position: top right, bottom left;
  background-size: 181px 90px, 181px 90px;
}

.indextopics__title1 {
  position: relative;
  font-size: 1.125rem;
  letter-spacing: 0.125em;
  line-height: 1.5;
  text-align: center;
}

.indextopics__title1::before, .indextopics__title1::after {
  content: "";
  display: block;
  position: absolute;
  width: 76px;
  height: 76px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.indextopics__title1::before {
  top: -20px;
  right: calc(50% + 3.5em);
  background-image: url(https://img21.shop-pro.jp/PA01385/192/etc/index-topics1.png);
}

.indextopics__title1::after {
  top: -20px;
  left: calc(50% + 3.5em);
  background-image: url(https://img21.shop-pro.jp/PA01385/192/etc/index-topics2.png);
}

.indextopics__title2 {
  margin-top: 5px;
  font-size: 0.625rem;
  letter-spacing: 0.125em;
  line-height: 1.5;
  text-align: center;
}

.indextopics__text {
  margin: 40px 5%;
  padding: 4%;
  border-radius: 4px;
  background: #FFF;
  line-height: 1.5;
}

.indextopics__text li:not(:first-child) {
  margin-top: 15px;
}

.indextopics__text span {
  display: block;
}

.indextopics__text1 {
  padding-left: 20px;
  background: url(https://img21.shop-pro.jp/PA01385/192/etc/index-topicsmark.png) no-repeat 0 5px/10px auto;
}

.indextopics__text2 {
  font-size: 0.875rem;
}

.indextopics__bn {
  margin: 0 5%;
}

.indextopics__bn li {
  margin-top: 30px;
  font-size: 0.875rem;
  line-height: 1.5;
}

.indextopics__bn a {
  color: #333;
  text-decoration: none;
}

.indextopics__bn img {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 4px;
}

@media (min-width: 600px) {
  .indextopics__title1 {
    font-size: 1.5rem;
  }
  .indextopics__title1::before, .indextopics__title1::after {
    width: 90px;
    height: 90px;
  }
  .indextopics__title1::before {
    top: -30px;
    right: calc(50% + 4.5em);
  }
  .indextopics__title1::after {
    top: -30px;
    left: calc(50% + 4.5em);
  }
  .indextopics__title2 {
    font-size: 0.75rem;
  }
  .indextopics__text {
    margin: 50px 5%;
  }
  .indextopics__bn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    webkit-box-pack: justify;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .indextopics__bn li {
    margin-top: 50px;
    width: 48%;
  }
  .indextopics__bn img {
    margin-bottom: 15px;
    border-radius: 8px;
  }
}

@media (min-width: 960px) {
  .indextopics {
    padding: 200px 0 120px;
  }
  .indextopics__text {
    width: 90%;
    max-width: 1200px;
    margin: 60px auto 10px;
    padding: 20px 25px;
  }
  .indextopics__text li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .indextopics__text a {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .indextopics__text .indextopics__text1 {
    width: 8em;
  }
  .indextopics__text .indextopics__text2 {
    -webkit-box-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    margin-left: 1em;
    font-size: 1rem;
  }
  .indextopics__bn {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .indextopics__bn li {
    width: 32%;
    max-width: 378px;
  }
  .indextopics__bn a {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .indextopics__bn a:hover {
    opacity: 0.6;
  }
}

/* indexrecommend
-------------------- */
.indexrecommend {
  padding: calc(8% + 30px) 0;
}

.indexrecommend__title1 {
  font-size: 1.125rem;
  letter-spacing: 0.125em;
  line-height: 1.5;
  text-align: center;
}

.indexrecommend__title2 {
  margin-top: 5px;
  font-size: 0.625rem;
  letter-spacing: 0.125em;
  line-height: 1.5;
  text-align: center;
}

.indexrecommend__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 1.5%;
}

.indexrecommend__item {
  width: 50%;
  margin-top: 40px;
  font-size: 1rem;
  line-height: 1.5;
}

.indexrecommend a {
  display: block;
  color: #333;
  text-decoration: none;
}

.indexrecommend .pdata__img {
  margin: 0 2%;
}

.indexrecommend .pdata__name,
.indexrecommend .pdata__price,
.indexrecommend .pdata__stock,
.indexrecommend .pdata__expl {
  margin-left: 10px;
  margin-right: 10px;
}

@media (min-width: 600px) {
  .indexrecommend__title1 {
    font-size: 1.5rem;
  }
  .indexrecommend__title2 {
    font-size: 0.75rem;
  }
  .indexrecommend__list {
    margin: 0 5%;
    webkit-box-pack: justify;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .indexrecommend__item {
    width: 31%;
    margin-top: 60px;
  }
  .indexrecommend__item:nth-child(3n+2):last-child {
    margin-right: 34.5%;
  }
  .indexrecommend .pdata__img {
    margin: 0;
  }
  .indexrecommend .pdata__name,
  .indexrecommend .pdata__price,
  .indexrecommend .pdata__stock,
  .indexrecommend .pdata__expl {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media (min-width: 960px) {
  .indexrecommend {
    padding: 120px 0;
  }
  .indexrecommend__list {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .indexrecommend__item {
    width: 23%;
    max-width: 276px;
  }
  .indexrecommend__item:nth-child(3n+2):last-child {
    margin-right: 0;
  }
  .indexrecommend__item:nth-child(4n+2):last-child {
    margin-right: 51.33%;
  }
  .indexrecommend__item:nth-child(4n+3):last-child {
    margin-right: 25.66%;
  }
}

/* indexabout
-------------------- */
.indexabout {
  position: relative;
  padding: calc(75% + 30px) 0 0;
}

.indexabout__txt::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 75%;
  padding-top: 75%;
  background: #f2f9ff;
}

.indexabout__txt::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: calc(8% + 30px);
  padding-top: 75%;
  background: url(https://img21.shop-pro.jp/PA01385/192/etc/index-aboutbg.jpg) no-repeat 35% 50%/200% auto;
}

.indexabout__txtcontainer {
  margin: 0 5% 0;
  padding: 8% 0 0;
  background: #FFF;
  text-align: center;
}

.indexabout__title {
  font-size: 1.125rem;
}

.indexabout__kamei1 {
  margin-top: 10px;
  line-height: 1;
  text-align: center;
}

.indexabout__kamei1 span {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 20px;
  background: #00006a;
  color: #FFF;
  font-size: 0.875rem;
}

.indexabout__kamei2 {
  margin-top: 20px;
  padding: 0 10px;
  color: #00006a;
  font-size: 0.875rem;
}

.indexabout__kamei2 span {
  display: inline-block;
}

.indexabout__desc {
  margin-top: 20px;
  text-align: left;
}

.indexabout__link {
  margin: 40px 8% 0;
}

.indexabout__link li {
  margin-top: 5%;
  background: #EEE;
}

.indexabout__link a {
  display: block;
  padding: 25px 0;
  color: #333;
  text-decoration: none;
  text-align: center;
}

.indexabout__link a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 6px;
  margin: 0 0 0 12px;
  background: url(https://img21.shop-pro.jp/PA01385/192/etc/zc-arrow1.png) no-repeat 0 0/8px 6px;
  vertical-align: middle;
}

@media (min-width: 600px) {
  .indexabout {
    padding: calc(60% + 30px) 0 0;
  }
  .indexabout__txt::before {
    padding-top: 60%;
  }
  .indexabout__txt::after {
    padding-top: 60%;
    background-size: 165% auto;
  }
  .indexabout__title {
    font-size: 1.5rem;
  }
  .indexabout__kamei1 {
    margin-top: 15px;
  }
  .indexabout__kamei1 span {
    font-size: 1rem;
  }
  .indexabout__kamei2 {
    margin-top: 15px;
    font-size: 1rem;
  }
  .indexabout__desc {
    padding: 0 5%;
  }
  .indexabout__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 10px;
    background: #EEE;
  }
  .indexabout__link li {
    width: 50%;
    margin-top: 0;
    background: transparent;
  }
  .indexabout__link li:last-child {
    border-left: 1px solid #999;
  }
}

@media (min-width: 960px) {
  .indexabout {
    padding: 130px 0 0;
  }
  .indexabout__txt {
    padding: 70px 0 120px;
    background: url(https://img21.shop-pro.jp/PA01385/192/etc/index-aboutbg.jpg) no-repeat 35% 50%/100% auto;
    background-attachment: fixed;
  }
  .indexabout__txt::before {
    height: 150px;
    padding-top: 0;
  }
  .indexabout__txt::after {
    display: none;
  }
  .indexabout__txtcontainer {
    margin: 0 0 0 calc(50% + 40px);
    width: 40%;
    max-width: 600px;
    padding: 60px 40px 50px;
  }
  .indexabout__desc {
    padding: 0;
  }
  .indexabout__link {
    width: 800px;
    margin: -50px auto 0;
  }
  .indexabout__link a {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .indexabout__link a:hover {
    opacity: 0.6;
  }
}
