/* Sass Document */
.main_title_area {
  position: relative;
  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;
  width: 100%;
  height: 55rem;
  padding-top: 10rem;
  background: url(https://gigaplus.makeshop.jp/iroto0802/assets/img/category/bg_main_title_area.png) repeat left top;
  background-size: 4rem auto;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  .main_title_area {
    height: 42.3076923077vw;
    padding-top: 7.6923076923vw;
    background-size: 3.0769230769vw auto;
  }
}
@media screen and (max-width: 840px) {
  .main_title_area {
    height: 71.2468193384vw;
    padding-top: 15.2671755725vw;
    background-size: 5.0890585242vw auto;
  }
}
.main_title_area .main_title {
  font-size: 6.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .main_title_area .main_title {
    font-size: 5vw;
  }
}
@media screen and (max-width: 840px) {
  .main_title_area .main_title {
    font-size: 7.6335877863vw;
  }
}

#binner {
  margin-bottom: 13rem;
}
@media screen and (max-width: 1300px) {
  #binner {
    margin-bottom: 10vw;
  }
}
@media screen and (max-width: 840px) {
  #binner {
    margin-bottom: 17.8117048346vw;
  }
}
#binner .wrap {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 192rem;
  width: 100%;
}
@media screen and (max-width: 840px) {
  #binner .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10.1781170483vw;
    width: 100%;
  }
}
#binner .deco {
  position: absolute;
  bottom: 0;
  right: 7.03125%;
  max-width: 20.3rem;
  width: 10.5729166667%;
}
@media screen and (max-width: 840px) {
  #binner .deco {
    display: none;
  }
}
#binner figure {
  max-width: 96rem;
  width: 50%;
}
@media screen and (max-width: 840px) {
  #binner figure {
    max-width: none;
    width: 89.6946564885vw;
  }
}
#binner .in {
  margin-left: 6.7708333333%;
}
@media screen and (max-width: 1300px) {
  #binner .in {
    margin-left: 4%;
  }
}
@media screen and (max-width: 840px) {
  #binner .in {
    width: 91.6030534351vw;
    margin: auto;
  }
}
#binner .in .title02 {
  margin-bottom: 4rem;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.46666;
}
@media screen and (max-width: 1300px) {
  #binner .in .title02 {
    margin-bottom: 3.0769230769vw;
    font-size: 3.4615384615vw;
  }
}
@media screen and (max-width: 840px) {
  #binner .in .title02 {
    margin-bottom: 6.3613231552vw;
    font-size: 7.6335877863vw;
    line-height: 1.58064;
  }
}
#binner .in .title02 .green {
  color: #50A06E;
}
#binner .in p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.2222;
}
@media screen and (max-width: 1300px) {
  #binner .in p {
    font-size: 1.3846153846vw;
  }
}
@media screen and (max-width: 840px) {
  #binner .in p {
    font-size: 4.0712468193vw;
    line-height: 2;
  }
}
#binner .in .btn {
  margin-top: 6rem;
}
@media screen and (max-width: 1300px) {
  #binner .in .btn {
    margin-top: 4.6153846154vw;
  }
}
@media screen and (max-width: 840px) {
  #binner .in .btn {
    margin-top: 10.1781170483vw;
  }
}


.category {
  position: relative;
  padding: 13.7rem 0 0.1rem;
  background: #F5F1ED;
}
@media screen and (max-width: 1300px) {
  .category {
    padding: 10.5384615385vw 0 0.1rem;
  }
}
@media screen and (max-width: 840px) {
  .category {
    padding: 20.3562340967vw 0 0.1rem;
  }
}
.category + .category {
  padding: 15rem 0 13rem;
}
@media screen and (max-width: 1300px) {
  .category + .category {
    padding: 11.5384615385vw 0 10vw;
  }
}
@media screen and (max-width: 840px) {
  .category + .category {
    padding: 25.4452926209vw 0 20.3562340967vw;
  }
}
.category + .category .backmoji {
  top: 11rem;
}
@media screen and (max-width: 1300px) {
  .category + .category .backmoji {
    top: 8.4615384615vw;
  }
}
@media screen and (max-width: 840px) {
  .category + .category .backmoji {
    top: 21.8829516539vw;
  }
}
.category + .category .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /*grid-template-rows: repeat(2, 1fr);*/
  grid-column-gap: 4rem;
  grid-row-gap: 6.6rem;
  max-width: 89rem;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1300px) {
  .category + .category .grid {
    grid-column-gap: 3.0769230769vw;
    grid-row-gap: 5.0769230769vw;
  }
}
@media screen and (max-width: 840px) {
  .category + .category .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 7.6335877863vw 4.834605598vw;
    width: 86.0050890585vw;
    margin: auto;
  }
}
.category .backmoji {
  top: 13.7rem;
}
@media screen and (max-width: 1300px) {
  .category .backmoji {
    top: 10.5384615385vw;
  }
}
@media screen and (max-width: 840px) {
  .category .backmoji {
    top: 15.7760814249vw;
  }
}
.category .wrap {
  position: relative;
  max-width: 151rem;
  z-index: 2;
}
.category .title_area {
  margin-bottom: 5.2rem;
}
@media screen and (max-width: 1300px) {
  .category .title_area {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 840px) {
  .category .title_area {
    margin-bottom: 10.1781170483vw;
  }
}
.category .center {
  margin-bottom: 6rem;
}
@media screen and (max-width: 1300px) {
  .category .center {
    margin-bottom: 4.6153846154vw;
  }
}
@media screen and (max-width: 840px) {
  .category .center {
    margin-bottom: 12.7226463104vw;
  }
}
.category .center p {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.9444;
}
@media screen and (max-width: 1300px) {
  .category .center p {
    font-size: 1.3846153846vw;
  }
}
@media screen and (max-width: 840px) {
  .category .center p {
    font-size: 3.5623409669vw;
    line-height: 2;
  }
}
.category .flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6.6rem 4rem;
}
@media screen and (max-width: 1300px) {
  .category .flex {
    gap: 5.0769230769vw 3.0769230769vw;
  }
}
@media screen and (max-width: 840px) {
  .category .flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 7.6335877863vw 4.834605598vw;
    width: 86.0050890585vw;
    margin: auto;
  }
}
.category .btn_cat {
  width: 27rem;
}
@media screen and (max-width: 840px) {
  .category .btn_cat {
    width: calc((100% - 4.834605598vw) / 2);
  }
}
.category .btn_cat a {
  display: block;
}
.category .btn_cat a:hover {
  opacity: 1;
}
.category .btn_cat a:hover .box .circle img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.category .btn_cat .box {
  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;
  width: 100%;
  aspect-ratio: 1/1;
  border: 0.1rem solid #212121;
  border-radius: 2rem;
}
@media screen and (max-width: 840px) {
  .category .btn_cat .box {
    border-radius: 3.8167938931vw;
  }
}
.category .btn_cat .box .circle {
  display: block;
  max-width: 22.7rem;
  width: 84.0740740741%;
  aspect-ratio: 1/1;
  border: 0.1rem solid #212121;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 840px) {
  .category .btn_cat .box .circle {
    max-width: none;
    width: 34.8600508906vw;
  }
}
.category .btn_cat .box .circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.category .btn_cat._lb .box {
  background: #3C96C8;
}
.category .btn_cat._o .box {
  background: #F08250;
}
.category .btn_cat._b .box {
  background: #0068B7;
}
.category .btn_cat._pi .box {
  background: #E87495;
}
.category .btn_cat._g .box {
  background: #019B6B;
}
.category .btn_cat._pu .box {
  background: #91408E;
}
.category .btn_cat._lg .box {
  background: #C7D15B;
}
.category .btn_cat._r .box {
  background: #E3345A;
}
.category .btn_cat p {
  margin-top: 2rem;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 840px) {
  .category .btn_cat p {
    margin-top: 3.0534351145vw;
    font-size: 3.5623409669vw;
    line-height: 1.42857;
  }
}
