@media (max-width: 767px) {
  html {
    font-size: calc(10 * (100vw / 750));
  }
}

html {
  line-height: 0vh;
}

html {
  scroll-behavior: smooth;
}

.size_guide ul,
.size_guide ul li{
  list-style-type: none;
}

.fs-c-heading.fs-c-heading--page{
  display: none;
}


/*
 ==========================================================================
    BREADCRUMBS
==========================================================================
*/

.breadCrumbTrail {
  width: 100%;
  max-width: 120rem;
  margin: 2rem auto 8rem;
}

.breadCrumbTrail p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
.breadCrumbTrail p span:nth-of-type(2n) {
  margin: 0 0.5rem;
}

@media (max-width: 767px) {
  .size_guide {
  }
}

.page_title {
  font-size: 5rem;
  text-align: center;
  font-family: "Poppins", "游ゴシック体", "Yu Gothic", YuGothic, serif;
  letter-spacing: 0.24rem;
  font-weight: 500;
  color: #545454;
}

.page_title .sub {
  font-weight: 200;
  font-size: 50%;
}

@media (min-width: 768px) {
  .page_title {
    font-size: 2.4rem;
  }
}

/*
    Anchor block
==========================================================================
*/

.anchor_content {
  width: calc(100% + 20px);
  margin: 6.5rem 0 10rem -10px;
  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;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

@media (min-width: 768px) {
  .anchor_content {
    margin: 4rem 0 8rem;
  }
}

.anchor_content .anchor {
  box-sizing: border-box;
  border-radius: 999em;
  color: #fff;
  width: calc(50% - 2rem);
  width: 50%;
  display: -webkit-box;
  padding: 0 10px;
  display: -ms-flexbox;
  display: flex;
  /* height: 8rem; */
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .anchor_content .anchor {
    width: 25%;
    padding: 0 10px;
    /* height: 6rem; */
    /* box-sizing: border-box; */
  }
}

.anchor_content .anchor a {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: auto;
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-weight: 600;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  background: #333;
  border-radius: 100px;
}

@media (min-width: 768px) {
  .anchor_content .anchor a {
    font-size: 14px;
  }
}

/*
    Warning block
==========================================================================
*/

.text_warning {
  border: 1px solid #bf0468;
  border-radius: 2rem;
  position: relative;
  padding: 5.5rem 0 2.5rem;
  margin: 0 0 8rem 0;
}

@media (min-width: 768px) {
  .text_warning {
    max-width: 95rem;
    margin: 0 auto 7rem;
    padding: 4.5rem 0 4rem;
  }
}

.text_warning h4 {
  position: absolute;
  left: 24%;
  top: -3%;
  padding: 0 2rem;
  margin: 0 auto;
  font-size: 3.2rem;
  display: inline-block;
  color: #bf0468;
  background: #fff;
}

@media (min-width: 768px) {
  .text_warning h4 {
    font-size: 1.8rem;
    left: 40%;
  }
}

.text_warning .chui_ten {
  padding: 0 4rem 0 7rem;
}

@media (min-width: 768px) {
  .text_warning .chui_ten {
    padding: 0 8rem 0 6.2rem;
  }
}

.text_warning .chui_ten li {
  font-size: 2.4rem;
  margin-bottom: 3rem;
  letter-spacing: 0.05em;
}

@media (min-width: 768px) {
  .text_warning .chui_ten li {
    font-size: 1.4rem;
    margin-bottom: 1.1rem;
    line-height: 1.3;
  }
}

.text_warning .chui_ten li:before {
  content: "・";
  margin-right: 1rem;
  margin-left: -2rem;
}

@media (min-width: 768px) {
  .text_warning .chui_ten li:before {
    margin-left: -1.2rem;
    position: relative;
  }
}

/*
    category inner block
==========================================================================
*/

@media (min-width: 768px) {
  .flex_content {
    padding-top: 6rem;
  }
}

.flex_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .flex_content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .anchor_content .anchor{
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .flex_content > * + *:nth-child(-n + 3) {
    margin-left: 7.5rem;
  }

  .flex_content > * + *:nth-child(1n + 4) {
    margin-top: 5rem;
    margin-left: 7.5rem;
  }

  .flex_content > * + *:nth-child(3n + 1) {
    margin-left: 0;
  }

  .flex_content > * + * {
    margin-left: 7.5rem;
  }
}

.flex_content .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 62rem;
  flex: 0 62rem;
}

@media (max-width: 767px) {
  .flex_content .item {
    margin-top: 8rem;
  }
}

@media (min-width: 768px) {
  .flex_content .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 calc(33.333% - 5rem);
    flex: 0 calc(33.333% - 5rem);
  }
}

/*
    category block
==========================================================================
*/
.category {
  scroll-margin-top: 5rem;
  border-top: 1px solid #cccccc;
  padding: 8rem 0;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 767px) {
  .category {
    margin: 0 -3rem;
  }
}
@media (min-width: 768px) {
  .category {
    padding: 5rem 0 10rem;
  }

  .category + .category {
    padding: 8rem 0 10rem;
  }
}
.category_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 3rem;
}
.category_title:before {
  content: "";
  border-left: 0.8rem solid #000;
}
.category_title .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1.5rem;
  font-weight: bold;
  font-weight: 600;
  font-size: 3.2rem;
}
.category_title .main:after {
  content: "";
  height: 1px;
  margin: 0 2.5rem;
  -ms-flex-item-align: center;
  align-self: center;
  background: #000;
  width: 3rem;
}
.category_title .sub {
  font-size: 2.2rem;
  -ms-flex-item-align: center;
  align-self: center;
  font-weight: 200;
}
@media (min-width: 768px) {
  .category_title:before {
    border-left: 0.5rem solid #000;
  }
  .category_title .main {
    font-size: 2.6rem;
  }

  .category_title .main:after {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    content: "";
    margin: 0 1.8rem;
    height: 1px;
    -ms-flex-item-align: center;
    align-self: center;
    width: 1.4rem;
    background: #000;
  }

  .category_title .sub {
    font-size: 1.4rem;
  }
}

.item .item_text {
  text-align: center;
  font-size: 2.6rem;
}

@media (min-width: 768px) {
  .item .item_text {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}

.item img {
  width: 100%;
  height: auto;
}

.size_guide {
  width: 100%;
  margin: 0 auto;
  margin-top: 2rem;
}

.breadcrumbs ul li:not(:last-child)::after {
  content: '/';
  padding: 0 5px;
}
