@charset "UTF-8";
.allWrap img {
  width: 100%;
}
.img-area img {
  /* width: auto; */
}
@media (max-width: 521px) {
  .img-area img {
    width: 100%;
  }
}
a:hover {
  text-decoration: none;
}
._serif {
  font-family: "Noto Serif JP", serif !important;
}

.pc_block {
  display: inline-block;
}
.sp_block {
  display: none;
}
@media (max-width: 521px) {
  .pc_block {
    display: none!important;
  }
  .sp_block {
    display: inline-block!important;
  }
}

.allWrap .star img {
  width: 13px!important;
  margin: 0 3px 0 0;
  height: auto;
}
@media (max-width: 521px) {
  .allWrap .star img {
    width: 13px;
    margin: 0 3px 0 0;
    height: 13px;
  }
}
.mainWrap {
  width: 970px;
  margin: 15px auto 125px;
}
@media (max-width: 521px) {
  .mainWrap {
    width: calc( 713 / 755 * 100% );
    margin: 15px auto 0px;
  }
  .main_title-area {
    width: 100vw;
    margin-left: calc( (-100vw + 713 / 755 * 100%) / 4);
  }
  .main_title-area img {
    width: 100vw;
    height: auto;
  }
}
.mainWrap .main_des-area {
  margin-top: 60px;
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
}
@media (max-width: 521px) {
  .mainWrap .main_des-area {
    margin-top: 26px;
    font-size: min(4.2666vw, 16px);
    line-height: 1.7;
  }
}

.main_menu-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 135px 30px 0;
  text-align: center;
}
.main_menu-wrap .section_link-box {
  width: 280px;
}
.main_menu-wrap h3 {
  font-size: 25px;
  font-weight: 500;
  position: relative;
}
.main_menu-wrap h3 span {
  font-size: 29px;
  font-weight: 600;
  letter-spacing: -1px;
}
.main_menu-wrap h3::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 31px;
  background-size: contain;
  background-repeat: no-repeat;
}
.main_menu-wrap a {
  display: block;
  position: relative;
  margin-top: 20px;
  padding: 20px 0 40px;
  font-size: 21px;
  font-weight: 700;
  color: #fff !important;
  border-radius: 10px;
  transition: 0.3s all;
}
.main_menu-wrap a::before {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 17px;
  height: 10px;
  background-image: url(../img/230829/link_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s all;
}
.main_menu-wrap a:hover {
  opacity: 0.3;
  transition: 0.3s all;
}
.main_menu-wrap a:hover::before {
  bottom: 12px;
  transition: 0.3s all;
}
.main_menu-wrap ._01 h3 span {
  color: #f16a4e;
}
.main_menu-wrap ._02 h3 span {
  color: #0e9d86;
}
.main_menu-wrap ._03 h3 span {
  color: #4e8cd1;
}
.main_menu-wrap ._01 h3::before {
  background-image: url(../img/230829/section-number_01.png);
}
.main_menu-wrap ._02 h3::before {
  background-image: url(../img/230829/section-number_02.png);
}
.main_menu-wrap ._03 h3::before {
  background-image: url(../img/230829/section-number_03.png);
}

.main_menu-wrap ._01 a {
  background-color: #f16a4e;
}
.main_menu-wrap ._02 a {
  background-color: #0e9d86;
}
.main_menu-wrap ._03 a {
  background-color: #4e8cd1;
}
@media (max-width: 521px) {
  .main_menu-wrap {
    margin: 70px 0 0;
    align-items: flex-start;
  }
  .main_menu-wrap .section_link-box {
    width: 32.25%;
  }
  .main_menu-wrap h3 {
    font-size: min(4.23vw, 18px);
    line-height: 1.6;
  }
  .main_menu-wrap h3 span {
    font-size: 20px;
    font-size: min(4.7vw, 20px);
    letter-spacing: 0;
  }
  .main_menu-wrap h3::before {
    top: -23px;
    width: 40px;
    height: 18px;
  }
  .main_menu-wrap a {
    padding: 8px 0 23px;
    margin-top: 10px;
    font-size: min(3.4666vw, 13px);
    border-radius: 4px;
    line-height: 1.6;
  }
  .main_menu-wrap a::before { 
    bottom: 8px;
    width: 11px;
    height: 6px;
  }
}

.contentWrap {
  padding-top: 110px;
}
.contentWrap h2 {
  position: relative;
  text-align: center;
  font-size: 37px;
  margin-top: 100px;
  font-weight: 500;
}
.contentWrap h2::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 48.5%;
  transform: translateX(-50%);
  width: 89px;
  height: 49px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 521px) {
  .contentWrap {
    margin-top: -100px;
    padding-top: 55px;
  }
  .contentWrap h2 {
    font-size: 22px;
    margin-top: 155px;
  }
  .contentWrap h2::before {
    top: -34px;
    left: 48.5%;
    transform: translateX(-50%);
    width: 50px;
    height: 28px;
  }
}
.contentWrap._01 h2 {
  color: #f16a4e;
}
.contentWrap._02 h2 {
  color: #0e9d86;
}
.contentWrap._03 h2 {
  color: #4e8cd1;
}
.contentWrap._01 h2::before {
  background-image: url(../img/230829/title-number_01.png);
}
.contentWrap._02 h2::before {
  background-image: url(../img/230829/title-number_02.png);
}
.contentWrap._03 h2::before {
  background-image: url(../img/230829/title-number_03.png);
}
.contentBox {
  margin-top: 45px;
}
@media (max-width: 521px) {
  .contentBox {
    margin-top: 26px;
  }
}
.contentBox .box_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 70px;
}
.contentBox .box_flex .box_left-area {
  width: 485px;
  margin-top: 20px;
  margin-left: 33px;
  margin-right: 40px;
}
.contentBox .box_flex .box_left-area p {
  padding: 50px 30px 40px;
  position: relative;
  font-size: 16px;
  line-height: 2;
}
.contentBox .box_flex .box_left-area p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
  height: 34px;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
}
.contentBox .box_flex .box_left-area p::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 38px;
  height: 34px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
}
.contentBox .box_flex .box_left-area .point-area {
  margin-top: 45px;
  margin-left: 0;
}
.contentBox .boxlink_sold .point-area::after {
  display: none!important;
}
.contentBox .boxlink_sold .point-area img {
  opacity: 1!important;
}
.contentBox .boxlink_sold .point-area.sp_block {
  display: none!important;
}
@media (max-width: 521px) {
  .contentBox .box_flex .box_left-area .point-area {
    margin-top: 0;
  }
  .contentBox .boxlink_sold .point-area.sp_block {
    display: block!important;
  }
}
.contentBox .box_flex .box_right-area {
  width: 507px;
  margin-top: 5px;
  margin-right: -50px;
}
.contentBox .box_flex .box_right-area img {
  height: 100%;
}
@media (max-width: 521px) {
  .contentBox .box_flex .box_right-area img {
    height: auto;
  }
}
.contentBox .box_flex .box_right-area .box_link-area {
  display: flex;
  justify-content: end;
  margin-top: 20px;
}
.contentBox .box_flex .box_right-area .box_link-area a {
  display: inline-block;
  width: 214px;
  text-align: center;
  color: #fff !important;
  background-color: #333;
  position: relative;
  margin-right: 40px;
  padding: 11px 0;
  transition: 0.3s all;
}
@media (max-width: 521px) {
  .contentBox .box_flex .box_right-area .box_link-area a {
    padding: 8px 0;
    font-size: 14px;
    width: 197px;
  }
}
.contentBox .box_flex .box_right-area .box_link-area a:hover {
  opacity: 0.3;
  transition: 0.3s all;
}
.contentBox .box_flex .box_right-area .box_link-area a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  width: 24px;
  height: 5px;
  background-image: url(../img/230829/shop_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s all;
}
.contentBox .box_flex .box_right-area .box_link-area a:hover::before {
  right: 13px;
  transition: 0.3s all;
}
@media (max-width: 521px) {
  .contentBox .box_flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }
  .contentBox .box_flex .box_left-area {
    width: 100%;
    margin-top: 17px;
    margin-left: 0;
    margin-right: 0;
  }
  .contentBox .box_flex .box_left-area p {
    padding: 20px 20px;
    position: relative;
    font-size: 14px;
    line-height: 2;
  }
  .contentBox .box_flex .box_right-area {
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
  }
  .contentBox .box_flex .box_right-area .box_link-area {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  .contentBox .box_flex .box_right-area .box_link-area a {
    margin-right: 0;
  }
}

.contentBox._reverse {
  margin-top: 155px;
}
.contentBox._reverse .box_flex {
  flex-direction: row-reverse;
}
.contentBox._reverse .box_flex .box_left-area {
  margin-left: 50px;
  margin-right: 33px;
}
@media (max-width: 521px) {
  .contentBox._reverse {
    margin-top: 77px;
  }
  .contentBox._reverse .box_flex {
    flex-direction: column;
  }
  .contentBox._reverse .box_flex .box_left-area {
    margin-right: 0;
    margin-left: 0;
  }
}

.relation-itemBox {
  width: 555px;
  margin: 155px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.relation-itemBox .box_item {
  width: 260px;
}
@media (max-width: 521px) {
  .relation-itemBox {
    width: 100%;
    margin: 80px auto 0;
  }
  .relation-itemBox .box_item {
    width: 49%;
  }
}
.relation-itemBox .box_item .click-btn {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  transition: .3s all;
}
.relation-itemBox .box_item .click-btn:hover {
  opacity: 0.3;
  transition: .3s all;
}
.relation-itemBox .box_item .click-btn span {
  width: 193px;
  padding: 5.5px 0;
  text-align: center;
  position: relative;
  color: #fff;
  background-color: #333;
}
@media (max-width: 521px) {
  .relation-itemBox .box_item .click-btn span {
    width: 90%;
    padding: 3px 0;
  }
}
.relation-itemBox .box_item .click-btn span::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  width: 24px;
  height: 5px;
  background-image: url(../img/230829/shop_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: .3s all;
}
.relation-itemBox .box_item .click-btn:hover span::before {
  right: 13px;
  transition: .3s all;
}

.trouble_type {
  width: 1080px;
  margin-top: 140px;
  margin-left: -55px;
}
.trouble_type .moreTitle {
  text-align: center;
  font-size: 30px;
  margin-bottom: 40px;
}
.trouble_type .moreTitle span {
  display: block;
}
@media (max-width: 521px) {
  .trouble_type {
    width: 100%;
    margin-top: 85px;
    margin-left: 0px;
  }
  .trouble_type .moreTitle {
    text-align: center;
    font-size: 17px;
    margin-bottom: 30px;
  }
  .bx-producttile__wrapper {
    width: 49.5%;
  }
}
._01 .trouble_type .moreTitle ._color {
  color: #f16a4e;
  font-weight: 700;
  margin-bottom: 10px;
}
._02 .trouble_type .moreTitle ._color {
  color: #0e9d86;
  font-weight: 700;
  margin-bottom: 10px;
}
._03 .trouble_type .moreTitle ._color {
  color: #4e8cd1;
  font-weight: 700;
  margin-bottom: 10px;
}
.trouble_type .moreTitle ._serif {
  font-weight: 400;
}
.trouble_type .more {
  display: flex;
  justify-content: center;
  margin-top: 55px;
}
@media (max-width: 521px) {
  .trouble_type .more {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .trouble_type .moreTitle ._color {
    font-size: 18px;
  }
}
.trouble_type .more a {
  position: relative;
  text-align: center;
  width: 214px;
  padding: 11px 0;
  display: inline-block;
  color: #fff!important;
  background-color: #333;
  transition: .3s all;
}
@media (max-width: 521px) {
  .trouble_type .more a {
    font-size: 14px;
    padding: 6px 0;
    width: 197px;
  }
}
.trouble_type .more a::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  width: 24px;
  height: 5px;
  background-image: url(../img/230829/shop_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: .3s all;
}
.trouble_type .more a:hover {
  opacity: 0.3;
  transition: .3s all;
}
.trouble_type .more a:hover::before {
  right: 13px;
  transition: .3s all;
}

.detail_3 {
  width: 1080px;
  margin-top: 160px;
  margin-left: -55px;
}
.rankTitle {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}
.rankTitle span {
  display: block;
  font-weight: 400;
  margin-top: 10px;
  line-height: 1.6;
}
@media (max-width: 521px) {
  .detail_3 {
    width: 100%;
    margin-top: 95px;
    margin-left: 0;
  }
  .rankTitle {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .rankTitle span {
    margin-top: 5px;
  }
}
/*　ランキング1位～10位　*/
.recoWrapUL li {
  position: relative;
  width: 30%;
}
@media (max-width: 521px) {
  .recoWrapUL li {
    width: 49%;
  }
}
.recoWrapUL li:before {
  width:30px;
  height:30px;
  position:absolute;
  top:5px; left:10px;
  border-radius: 50%;
  background-color:#fff;
  border: #d9d9d9 solid 1px;
  box-sizing:border-box;
  display: flex;
  justify-content: center;
  align-items:center;
  line-height: 10px;
  z-index:1;
}
.recoWrapUL #seq_0:before{
  content: "1";
  color: #fff;
  background-color: #e5c800;
  border: 0;
}
.recoWrapUL #seq_1:before{
  content: "2";
  color: #fff;
  background-color: #afafaf;
  border: 0;
}
.recoWrapUL #seq_2:before{
  content: "3";
  color: #fff;
  background-color: #b89762;
  border: 0;
}
.recoWrapUL #seq_3:before{
  content: "4";

}
.recoWrapUL #seq_4:before{
  content: "5";
}
.recoWrapUL #seq_5:before{
  content: "6";
}

.categoryWrap {
  width: 1080px;
  margin-top: 100px;
  margin-left: -55px;
}
.categoryTitle {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}
.categoryTitle span {
  display: block;
  font-weight: 400;
  margin-top: 10px;
}
.category li{
  width: 23.8%;
}
@media (max-width: 521px) {
  .categoryWrap {
    width: 100vw;
    margin-top: 65px;
    margin-left: calc( (-100vw + 709 / 755 * 100%) / 4);
  }
  .categoryTitle {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
  }
  .categoryTitle span {
    display: block;
    font-weight: 400;
    margin-top: 5px;
    line-height: 1.6;
  }
  .category {
    margin-bottom: 0!important;
  }
  .category li{
    width: 23.8%;
  }
}

.category li:hover{
  background-color: #eaeaea;
}
.category li a::after {
  content: "";
  height: 7px;
  width: 7px;
  position: absolute;
  top: calc(50% - 3px);
  right: 10px;
  border-top: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* fadein */
.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.5s;
}
.fadein.fadein-bottom {
  transform: translate(0, 30px);
}
.fadein.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

/* sold out */
.boxlink_sold .click-btn {
  display: none!important;
}
.boxlink_sold .box_link-area {
  display: none!important;
}