/* 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: 100vh;
  min-height: 77rem;
  padding-top: 10rem;
  background: url(https://gigaplus.makeshop.jp/iroto0802/assets/img/originalgoods/bg_main_title_area.png) repeat left top;
  background-size: 4rem auto;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  #main_title_area {
    height: auto;
    min-height: auto;
    padding: 18.3076923077vw 0 12.7692307692vw;
    background-size: 3.0769230769vw auto;
  }
}
@media screen and (max-width: 840px) {
  #main_title_area {
    padding: 24.427480916vw 0 9.1603053435vw;
    background-size: 5.0890585242vw auto;
  }
}
#main_title_area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 102.9510416667%;
  height: 100%;
  background: url(https://gigaplus.makeshop.jp/iroto0802/assets/img/ordermade/bg_main_title_deco.png) no-repeat center center;
  background-size: 192rem auto;
}
@media screen and (max-width: 1300px) {
  #main_title_area:before {
    width: 100%;
    background: url(https://gigaplus.makeshop.jp/iroto0802/assets/img/ordermade/bg_main_title_deco.png) no-repeat center center;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 840px) {
  #main_title_area:before {
    background: url(https://gigaplus.makeshop.jp/iroto0802/assets/img/ordermade/bg_main_title_deco_sp.png) no-repeat center 19.3384223919vw;
    background-size: 100% auto;
  }
}
#main_title_area .wrap {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
@media screen and (max-width: 840px) {
  #main_title_area .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5.0890585242vw;
  }
}
#main_title_area .txt_area {
  width: 50%;
  margin-left: 3.4rem;
}
@media screen and (max-width: 1300px) {
  #main_title_area .txt_area {
    margin-left: 0;
  }
}
@media screen and (max-width: 840px) {
  #main_title_area .txt_area {
    width: 100%;
  }
}
#main_title_area .txt_area p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.9;
}
@media screen and (max-width: 1300px) {
  #main_title_area .txt_area p {
    font-size: 1.5384615385vw;
  }
}
@media screen and (max-width: 840px) {
  #main_title_area .txt_area p {
    font-size: 3.0534351145vw;
    text-align: center;
  }
}
#main_title_area .txt_area p.under_line {
  font-size: 2.3rem;
  -webkit-text-decoration: underline 0.2rem;
          text-decoration: underline 0.2rem;
  text-underline-offset: 0.5rem;
}
@media screen and (max-width: 1300px) {
  #main_title_area .txt_area p.under_line {
    font-size: 1.7692307692vw;
    -webkit-text-decoration: underline 0.1538461538vw;
            text-decoration: underline 0.1538461538vw;
    text-underline-offset: 0.3846153846vw;
  }
}
@media screen and (max-width: 840px) {
  #main_title_area .txt_area p.under_line {
    font-size: 4.0712468193vw;
    -webkit-text-decoration: underline 0.5089058524vw;
            text-decoration: underline 0.5089058524vw;
    text-underline-offset: 1.7811704835vw;
  }
}
#main_title_area .txt_area p.big {
  width: 50.282rem;
  margin: 4.4rem 0 2.3rem;
}
@media screen and (max-width: 1300px) {
  #main_title_area .txt_area p.big {
    width: 38.6784615385vw;
    margin: 3.3846153846vw 0 1.7692307692vw;
  }
}
@media screen and (max-width: 840px) {
  #main_title_area .txt_area p.big {
    width: 76.3358778626vw;
    margin: 5.0890585242vw auto 3.5623409669vw;
  }
}
#main_title_area .txt_area p.big img {
  width: 100%;
}
#main_title_area .txt_area .title02 {
  margin-bottom: 4.3rem;
  font-size: 2.7rem;
  font-weight: 700;
}
@media screen and (max-width: 1300px) {
  #main_title_area .txt_area .title02 {
    margin-bottom: 3.3076923077vw;
    font-size: 2.0769230769vw;
  }
}
@media screen and (max-width: 840px) {
  #main_title_area .txt_area .title02 {
    margin-bottom: 4.0712468193vw;
    font-size: 4.0712468193vw;
    text-align: center;
  }
}
#main_title_area .main_title_area_slider {
  width: 50%;
  margin-left: 2rem;
}
@media screen and (max-width: 1300px) {
  #main_title_area .main_title_area_slider {
    margin-left: 0;
  }
}
@media screen and (max-width: 840px) {
  #main_title_area .main_title_area_slider {
    width: 70%;
    margin: auto;
  }
}
#main_title_area .main_title_area_slider .splide__track {
  overflow: unset;
}
#main_title_area .main_title_area_slider .splide__slide img {
  height: auto;
  width: 100%;
}

#news {
  padding: 13rem 0;
}
@media screen and (max-width: 1300px) {
  #news {
    padding: 10vw 0;
  }
}
@media screen and (max-width: 840px) {
  #news {
    padding: 15.2671755725vw 0 20.3562340967vw;
  }
  #news .btn {
    width: 100%;
    margin-top: 11.4503816794vw;
    text-align: center;
  }
}
#news .wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 840px) {
  #news .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 7.6335877863vw;
  }
}
@media screen and (max-width: 840px) {
  #news .title_area {
    width: 100%;
  }
}
#news .title_area .btn {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  #news .title_area .btn {
    margin-top: 3.0769230769vw;
  }
}
#news .title_area .btn a {
  margin: auto;
}
#news .news_list {
  max-width: 95.35rem;
  width: 73.3461538462%;
}
@media screen and (max-width: 840px) {
  #news .news_list {
    max-width: none;
    width: 100%;
  }
}
#news .news_list li {
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid #D8D8D8;
}
@media screen and (max-width: 1300px) {
  #news .news_list li {
    padding-bottom: 2.3076923077vw;
  }
}
@media screen and (max-width: 840px) {
  #news .news_list li {
    padding-bottom: 6.3613231552vw;
  }
}
#news .news_list li + li {
  margin-top: 3rem;
}
@media screen and (max-width: 1300px) {
  #news .news_list li + li {
    margin-top: 2.3076923077vw;
  }
}
@media screen and (max-width: 840px) {
  #news .news_list li + li {
    margin-top: 6.3613231552vw;
  }
}
#news .news_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 1300px) {
  #news .news_list li a {
    gap: 2.3076923077vw;
  }
}
@media screen and (max-width: 1300px) {
  #news .news_list li a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.5445292621vw;
    padding: 0 2.5445292621vw;
  }
}
#news .news_list li .date {
  font-size: 1.6rem;
  color: #747373;
  font-weight: 500;
}
@media screen and (max-width: 1300px) {
  #news .news_list li .date {
    font-size: 1.2307692308vw;
  }
}
@media screen and (max-width: 840px) {
  #news .news_list li .date {
    width: 100%;
    font-size: 3.0534351145vw;
  }
}
#news .news_list li .title {
  font-size: 1.6rem;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1300px) {
  #news .news_list li .title {
    font-size: 1.2307692308vw;
  }
}
@media screen and (max-width: 840px) {
  #news .news_list li .title {
    width: 100%;
    font-size: 3.5623409669vw;
  }
}

#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 15rem;
  background: #F5F1ED;
}
@media screen and (max-width: 1300px) {
  .category {
    padding: 10.5384615385vw 0 11.5384615385vw;
  }
}
@media screen and (max-width: 840px) {
  .category {
    padding: 20.3562340967vw 0;
  }
}
.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 .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 .grid {
    grid-column-gap: 3.0769230769vw;
    grid-row-gap: 5.0769230769vw;
  }
}
@media screen and (max-width: 840px) {
  .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 .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;
  }
}

#qa {
  padding: 15rem 0 18rem;
}
@media screen and (max-width: 1300px) {
  #qa {
    padding: 11.5384615385vw 0 13.8461538462vw;
  }
}
@media screen and (max-width: 840px) {
  #qa {
    padding: 20.3562340967vw 0;
  }
}
#qa .wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 840px) {
  #qa .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10.1781170483vw;
  }
}
@media screen and (max-width: 840px) {
  #qa .title_area {
    width: 100%;
  }
}
#qa .qa_con {
  max-width: 90rem;
  width: 69.2307692308%;
}
@media screen and (max-width: 840px) {
  #qa .qa_con {
    max-width: none;
    width: 100%;
  }
}
#qa dl + dl {
  margin-top: 5rem;
}
@media screen and (max-width: 1300px) {
  #qa dl + dl {
    margin-top: 3.8461538462vw;
  }
}
@media screen and (max-width: 840px) {
  #qa dl + dl {
    margin-top: 10.1781170483vw;
  }
}
#qa dl dt {
  position: relative;
  padding: 2.9rem 4rem 3.2rem 8.5rem;
  margin-bottom: 2.5rem;
  background: #F5F1ED;
  border-radius: 6rem;
}
@media screen and (max-width: 1300px) {
  #qa dl dt {
    padding: 2.2307692308vw 3.0769230769vw 2.4615384615vw 6.5384615385vw;
    margin-bottom: 1.9230769231vw;
    border-radius: 4.6153846154vw;
  }
}
@media screen and (max-width: 840px) {
  #qa dl dt {
    padding: 3.8167938931vw 6.3613231552vw 3.8167938931vw 14.2493638677vw;
    margin-bottom: 3.5623409669vw;
    border-radius: 15.2671755725vw;
  }
}
#qa dl dt .q {
  position: absolute;
  top: 1.6rem;
  left: 4rem;
  font-size: 3.2rem;
  color: #3C96C8;
  font-weight: 700;
}
@media screen and (max-width: 1300px) {
  #qa dl dt .q {
    top: 1.2307692308vw;
    left: 3.0769230769vw;
    font-size: 2.4615384615vw;
  }
}
@media screen and (max-width: 840px) {
  #qa dl dt .q {
    top: 50%;
    left: 6.6157760814vw;
    font-size: 6.3613231552vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
#qa dl dt .txt {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 1300px) {
  #qa dl dt .txt {
    font-size: 1.5384615385vw;
  }
}
@media screen and (max-width: 840px) {
  #qa dl dt .txt {
    font-size: 4.0712468193vw;
    line-height: 1.5625;
  }
}
#qa dl dd {
  position: relative;
  padding: 1.2rem 4rem 0 8.5rem;
}
@media screen and (max-width: 1300px) {
  #qa dl dd {
    padding: 0.9230769231vw 3.0769230769vw 0 6.5384615385vw;
  }
}
@media screen and (max-width: 840px) {
  #qa dl dd {
    padding: 2.7989821883vw 6.3613231552vw 0 14.2493638677vw;
  }
}
#qa dl dd .a {
  position: absolute;
  top: 0;
  left: 4.3rem;
  font-size: 3.2rem;
  color: #F08250;
  font-weight: 700;
}
@media screen and (max-width: 1300px) {
  #qa dl dd .a {
    left: 3.3076923077vw;
    font-size: 2.4615384615vw;
  }
}
@media screen and (max-width: 840px) {
  #qa dl dd .a {
    left: 6.6157760814vw;
    font-size: 6.6157760814vw;
  }
}
#qa dl dd .txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.1875;
}
@media screen and (max-width: 1300px) {
  #qa dl dd .txt {
    font-size: 1.2307692308vw;
  }
}
@media screen and (max-width: 840px) {
  #qa dl dd .txt {
    font-size: 3.5623409669vw;
    line-height: 2;
  }
}

#commit {
  max-width: 151rem;
  width: 95%;
  padding: 12rem 0;
  margin: 15rem auto 0;
  background: #94CCD8;
  border-radius: 5rem;
}
@media screen and (max-width: 1300px) {
  #commit {
    padding: 9.2307692308vw 0;
    margin: 11.5384615385vw auto 0;
    border-radius: 3.8461538462vw;
  }
}
@media screen and (max-width: 840px) {
  #commit {
    padding: 15.2671755725vw 0;
    margin: 20.3562340967vw auto 0;
    border-radius: 6.3613231552vw;
  }
}
#commit .wrap {
  position: relative;
}
@media screen and (max-width: 840px) {
  #commit .wrap {
    width: 90%;
  }
}
#commit .deco {
  position: absolute;
}
@media screen and (max-width: 840px) {
  #commit .deco {
    display: none;
  }
}
#commit .deco._01 {
  top: 2.4rem;
  left: 24.2rem;
  width: 4.19rem;
}
@media screen and (max-width: 1300px) {
  #commit .deco._01 {
    top: 1.8461538462vw;
    left: 18.6153846154vw;
    width: 3.2230769231vw;
  }
}
#commit .deco._02 {
  top: 11.2rem;
  left: 11.2rem;
  width: 2.933rem;
}
@media screen and (max-width: 1300px) {
  #commit .deco._02 {
    top: 8.6153846154vw;
    left: 8.6153846154vw;
    width: 2.2561538462vw;
  }
}
#commit .deco._03 {
  top: 42rem;
  right: 8.9rem;
  width: 2.811rem;
}
@media screen and (max-width: 1300px) {
  #commit .deco._03 {
    top: 32.3076923077vw;
    right: 6.8461538462vw;
    width: 2.1623076923vw;
  }
}
#commit .deco._04 {
  top: 57rem;
  left: 25.3rem;
  width: 4.19rem;
}
@media screen and (max-width: 1300px) {
  #commit .deco._04 {
    top: 43.8461538462vw;
    left: 19.4615384615vw;
    width: 3.2230769231vw;
  }
}
#commit .circle_title {
  position: absolute;
  top: -2rem;
  right: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 39.496rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1300px) {
  #commit .circle_title {
    top: -1.5384615385vw;
    right: 1.8461538462vw;
    width: 30.3815384615vw;
  }
}
@media screen and (max-width: 840px) {
  #commit .circle_title {
    position: relative;
    top: auto;
    right: auto;
    width: 63.6132315522vw;
    margin: 0 auto 7.6335877863vw;
  }
}
#commit .circle_title ._bg {
  -webkit-animation: rotate 25s infinite linear;
          animation: rotate 25s infinite linear;
}
#commit .circle_title .title02 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10.116rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1300px) {
  #commit .circle_title .title02 {
    width: 7.7815384615vw;
  }
}
@media screen and (max-width: 840px) {
  #commit .circle_title .title02 {
    width: 20.3562340967vw;
  }
}
#commit .circle_title .title02 img {
  max-width: none;
  width: 100%;
}
#commit .box {
  position: relative;
  padding: 4rem 1% 5rem;
  background: #fff;
  border: 0.1rem solid #212121;
  border-radius: 2.6rem;
}
@media screen and (max-width: 1300px) {
  #commit .box {
    padding: 3.0769230769vw 1% 3.8461538462vw;
    border-radius: 2vw;
  }
}
@media screen and (max-width: 840px) {
  #commit .box {
    padding: 5.0890585242vw 1%;
    border-radius: 5.0890585242vw;
  }
}
#commit .box:after {
  content: "";
  position: absolute;
  bottom: -3rem;
  right: 11rem;
  width: 5.332rem;
  height: 4.323rem;
  background: url(https://gigaplus.makeshop.jp/iroto0802/assets/img/ordermade/bg_box.svg) no-repeat center top;
  background-size: 100% auto;
}
@media screen and (max-width: 1300px) {
  #commit .box:after {
    bottom: -2.3076923077vw;
    right: 8.4615384615vw;
    width: 4.1015384615vw;
    height: 3.3253846154vw;
  }
}
@media screen and (max-width: 840px) {
  #commit .box:after {
    bottom: -3.8167938931vw;
    right: 13.9949109415vw;
    width: 6.7837150127vw;
    height: 5.5vw;
  }
}
#commit .box._01 {
  max-width: 40rem;
  margin-left: 29.6153846154%;
}
@media screen and (max-width: 1300px) {
  #commit .box._01 {
    margin-left: 10%;
  }
}
@media screen and (max-width: 840px) {
  #commit .box._01 {
    width: 90%;
  }
}
#commit .box._02 {
  max-width: 45rem;
  margin-top: -6rem;
}
@media screen and (max-width: 1300px) {
  #commit .box._02 {
    margin-top: 3.8461538462vw;
  }
}
@media screen and (max-width: 840px) {
  #commit .box._02 {
    width: 90%;
    margin-top: 7.6335877863vw;
  }
}
#commit .box._03 {
  max-width: 60.2rem;
  margin-top: -14rem;
  margin-left: 32.7692307692%;
}
@media screen and (max-width: 1300px) {
  #commit .box._03 {
    margin-top: 3.8461538462vw;
    margin-left: auto;
  }
}
@media screen and (max-width: 840px) {
  #commit .box._03 {
    width: 90%;
    margin-left: 10%;
    margin-top: 7.6335877863vw;
  }
}
#commit .box._03:after {
  right: auto;
  left: 9.6rem;
}
@media screen and (max-width: 1300px) {
  #commit .box._03:after {
    left: 7.3846153846vw;
  }
}
@media screen and (max-width: 840px) {
  #commit .box._03:after {
    left: 13.9949109415vw;
  }
}
#commit .box .number {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 13.2rem;
  color: #94CCD8;
  font-weight: 700;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.3;
}
@media screen and (max-width: 1300px) {
  #commit .box .number {
    font-size: 10.1538461538vw;
  }
}
@media screen and (max-width: 840px) {
  #commit .box .number {
    font-size: 17.8117048346vw;
  }
}
#commit .box .title03 {
  margin-bottom: 2.3rem;
  font-size: 2.8rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.42857;
}
@media screen and (max-width: 1300px) {
  #commit .box .title03 {
    margin-bottom: 1.7692307692vw;
    font-size: 2.1538461538vw;
  }
}
@media screen and (max-width: 840px) {
  #commit .box .title03 {
    margin-bottom: 2.5445292621vw;
    font-size: 4.5801526718vw;
  }
}
#commit .box p {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 500;
  line-height: 2.1875;
}
@media screen and (max-width: 1300px) {
  #commit .box p {
    font-size: 1.2307692308vw;
  }
}
@media screen and (max-width: 840px) {
  #commit .box p {
    font-size: 3.5623409669vw;
    line-height: 1.6;
  }
}
#commit .flow_box {
  margin-top: 16.2rem;
  padding: 7.8rem 10.3rem 10rem 11.2rem;
  background: #fff;
  border: 0.1rem solid #212121;
  border-radius: 5rem;
}
@media screen and (max-width: 1300px) {
  #commit .flow_box {
    margin-top: 12.4615384615vw;
    padding: 6vw 5% 7.6923076923vw;
    border-radius: 3.8461538462vw;
  }
}
@media screen and (max-width: 840px) {
  #commit .flow_box {
    margin-top: 20.3562340967vw;
    padding: 10.1781170483vw 5%;
    border-radius: 7.6335877863vw;
  }
}
#commit .flow_box .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1300px) {
  #commit .flow_box .flex {
    margin-bottom: 3.0769230769vw;
  }
}
@media screen and (max-width: 840px) {
  #commit .flow_box .flex {
    margin-bottom: 5.0890585242vw;
  }
}
#commit .flow_box .flex .flow_title_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 1300px) {
  #commit .flow_box .flex .flow_title_area {
    gap: 0.7692307692vw;
  }
}
@media screen and (max-width: 840px) {
  #commit .flow_box .flex .flow_title_area {
    display: block;
    width: 100%;
  }
}
#commit .flow_box .flex .flow_title_area .title02 {
  font-size: 3.5rem;
  font-weight: 700;
}
@media screen and (max-width: 1300px) {
  #commit .flow_box .flex .flow_title_area .title02 {
    font-size: 2.6923076923vw;
  }
}
@media screen and (max-width: 840px) {
  #commit .flow_box .flex .flow_title_area .title02 {
    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;
    gap: 2.5445292621vw;
    margin-bottom: 1.272264631vw;
    font-size: 7.1246819338vw;
    text-align: center;
  }
  #commit .flow_box .flex .flow_title_area .title02:before {
    content: "(";
    font-size: 8.1424936387vw;
  }
  #commit .flow_box .flex .flow_title_area .title02:after {
    content: ")";
    font-size: 8.1424936387vw;
  }
}
#commit .flow_box .flex .flow_title_area .en {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 1300px) {
  #commit .flow_box .flex .flow_title_area .en {
    font-size: 1.1538461538vw;
  }
}
@media screen and (max-width: 840px) {
  #commit .flow_box .flex .flow_title_area .en {
    font-size: 3.5623409669vw;
    text-align: center;
  }
}
#commit .flow_box .flex .btn a {
  height: 6.4rem;
  font-size: 1.6rem;
  border-radius: 3.1rem;
}
@media screen and (max-width: 1300px) {
  #commit .flow_box .flex .btn a {
    height: 4.9230769231vw;
    font-size: 1.2307692308vw;
    border-radius: 2.3846153846vw;
  }
}
#commit .flow_box .flow_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 1300px) {
  #commit .flow_box .flow_list {
    gap: 1.5384615385vw;
  }
}
@media screen and (max-width: 840px) {
  #commit .flow_box .flow_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 7.6335877863vw;
  }
}
#commit .flow_box .flow_list > img {
  width: 4.839rem;
}
@media screen and (max-width: 1300px) {
  #commit .flow_box .flow_list > img {
    width: 3.7223076923vw;
  }
}
@media screen and (max-width: 840px) {
  #commit .flow_box .flow_list > img {
    width: 7.6335877863vw;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
#commit .flow_box .flow_list li {
  width: 30rem;
  padding: 3.7rem 1% 3.9rem;
  background: #DFF0F3;
  border-radius: 3rem;
}
@media screen and (max-width: 1300px) {
  #commit .flow_box .flow_list li {
    width: 23.0769230769vw;
    padding: 2.8461538462vw 1% 3vw;
    border-radius: 2.3076923077vw;
  }
}
@media screen and (max-width: 840px) {
  #commit .flow_box .flow_list li {
    width: 100%;
    padding: 5.0890585242vw 1%;
    border-radius: 5.0890585242vw;
  }
}
#commit .flow_box .flow_list li .number {
  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: 9.3rem;
  height: 2.7rem;
  margin: 0 auto 1rem;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
  background: #212121;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1300px) {
  #commit .flow_box .flow_list li .number {
    width: 7.1538461538vw;
    height: 2.0769230769vw;
    margin: 0 auto 0.7692307692vw;
    font-size: 1.1538461538vw;
    border-radius: 0.3846153846vw;
  }
}
@media screen and (max-width: 840px) {
  #commit .flow_box .flow_list li .number {
    width: 20.3562340967vw;
    height: 5.0890585242vw;
    margin: 0 auto 2.5445292621vw;
    font-size: 3.0534351145vw;
    border-radius: 1.272264631vw;
  }
}
#commit .flow_box .flow_list li .title03 {
  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: 3em;
  margin: 0 auto 1.4rem;
  font-size: 2.8rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.42857;
}
@media screen and (max-width: 1300px) {
  #commit .flow_box .flow_list li .title03 {
    margin: 0 auto 1.0769230769vw;
    font-size: 2.1538461538vw;
  }
}
@media screen and (max-width: 840px) {
  #commit .flow_box .flow_list li .title03 {
    height: auto;
    margin: 0 auto 2.5445292621vw;
    font-size: 4.5801526718vw;
  }
}
#commit .flow_box .flow_list li p {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.875;
}
@media screen and (max-width: 1300px) {
  #commit .flow_box .flow_list li p {
    font-size: 1.2307692308vw;
  }
}
@media screen and (max-width: 840px) {
  #commit .flow_box .flow_list li p {
    font-size: 3.5623409669vw;
    line-height: 1.6;
  }
}
@media screen and (max-width: 840px) {
  #commit .btn {
    width: 100%;
    margin-top: 7.6335877863vw;
    text-align: center;
  }
}
@media screen and (max-width: 840px) {
  #commit .btn a {
    margin: auto;
  }
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#newitem_area,
#ranking_area {
  padding: 15rem 0 12rem;
}
@media screen and (max-width: 1300px) {
  #newitem_area,
  #ranking_area {
    padding: 11.5384615385vw 0 9.2307692308vw;
  }
}
@media screen and (max-width: 840px) {
  #newitem_area,
  #ranking_area {
    padding: 20.3562340967vw 0;
  }
}
#newitem_area .title_area,
#ranking_area .title_area {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1300px) {
  #newitem_area .title_area,
  #ranking_area .title_area {
    margin-bottom: 3.8461538462vw;
  }
}
@media screen and (max-width: 840px) {
  #newitem_area .title_area,
  #ranking_area .title_area {
    margin-bottom: 12.7226463104vw;
  }
}

#ranking_area {
  background: #F5F1ED;
}
#ranking_area .product_list {
  gap: 7rem 3.7rem;
}
@media screen and (max-width: 1300px) {
  #ranking_area .product_list {
    gap: 5.3846153846vw 2.8461538462vw;
  }
}
@media screen and (max-width: 840px) {
  #ranking_area .product_list {
    gap: 5.0890585242vw;
  }
}
#ranking_area .product_list li {
  position: relative;
  width: calc((100% - 14.8rem) / 5);
}
@media screen and (max-width: 1300px) {
  #ranking_area .product_list li {
    width: calc((100% - 11.3846153846vw) / 5);
  }
}
@media screen and (max-width: 840px) {
  #ranking_area .product_list li {
    width: calc((100% - 5.0890585242vw) / 2);
  }
}
#ranking_area .product_list li .rank-num {
  position: absolute;
  top: -2rem;
  left: 1rem;
  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: 5.5rem;
  height: 5.5rem;
  font-size: 2.6rem;
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-shadow: 0.1rem 0.1rem 0 #212121, -0.1rem -0.1rem 0 #212121, -0.1rem 0.1rem 0 #212121, 0.1rem -0.1rem 0 #212121, 0px 0.1rem 0 #212121, 0 -0.1rem 0 #212121, -0.1rem 0 0 #212121, 0.1rem 0 0 #212121;
  background: #F08250;
  border: 0.1rem solid #212121;
  border-radius: 50%;
}
@media screen and (max-width: 1300px) {
  #ranking_area .product_list li .rank-num {
    top: -1.5384615385vw;
    left: 0.7692307692vw;
    width: 4.2307692308vw;
    height: 4.2307692308vw;
    font-size: 2vw;
  }
}
@media screen and (max-width: 840px) {
  #ranking_area .product_list li .rank-num {
    top: -2.5445292621vw;
    left: 1.272264631vw;
    width: 8.9058524173vw;
    height: 8.9058524173vw;
    font-size: 3.5623409669vw;
  }
}
#ranking_area .product_list li .rank-num.rank10 .zero {
  display: none;
}
.border-text {
    font-size: 13rem;       
    font-weight: 900;      
    color: white;
    -webkit-text-stroke: 3px black; 
    margin-bottom: 25px;
    line-height: 1.1;
    letter-spacing: 0.04em;
}
@media screen and (max-width: 940px) {
  .border-text {
    font-size: 9rem;
  }
}
@media screen and (max-width: 840px) {
  .border-text {
    text-align: center;
    margin-bottom: 13px;
    -webkit-text-stroke: 2px black; 
  }
}
@media screen and (max-width: 767px) {
  .border-text {
    font-size: 6rem;
  }
}