main {
  padding: 0;
  background: url(../img/bg_02.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
.lp_wrap img {
  width: 100%;
  display: block;
}
.fs-l-main, .fs-l-main, .fs-l-pageMain {
  max-width: inherit !important;
  margin: 0 auto;
}
#fs_CustomPage .fs-l-main {
  padding: 0;
}
.fs-c-breadcrumb__listItem {
  display: inline;
}
a:hover {
  text-decoration: none;
}
/* css */ :root {
  --noto: "Noto Sans JP", sans-serif;
  --color_main: #2e2e2e;
  --shadow: drop-shadow(.2em .2em 2em rgba(222, 227, 229, .7));
  --width: 1200px;
}
@media screen and (max-width: 1380px) {
  :root {
    --width: 92%;
  }
}
.lp_wrap .pc_only {
  display: block;
}
.lp_wrap .pcimg_only {
  display: block;
}

@media screen and (max-width: 768px) {
  .lp_wrap .pc_only {
    display: none;
  }
}
.lp_wrap .sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  .lp_wrap .sp_only {
    display: block;
  }
}
.lp_wrap .pcimg_only {
  display: block;
}
.lp_wrap .spimg_only {
  display: none;
}
@media screen and (max-width:500px){
	.lp_wrap .pcimg_only {
	  display: none;
	}
	.lp_wrap .spimg_only {
	  display: block;
	}
}
.lp_wrap {
  margin: 0 auto;
  font-weight: 400;
  font-family: var(--noto);
}
@media screen and (max-width: 1380px) {}
@media screen and (max-width: 768px) {}
.lp_wrap * {
  line-height: 1em;
  font-feature-settings: "palt";
  font-family: var(--font);
  color: var(--color_main);
  font-size: 62.5%;
  line-height: 1.5;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
}
/*共通*/
.content-wrap {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 10rem 0;
}
.flexboxs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width:768px) {
  .content-wrap {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 6rem 0.5rem;
  }
}
.fv {
  background-image: url("../img/bg_mv.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 6rem 0;
}
.fv img {
  max-width: 670px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width:500px) {
  .fv img {
    width: 80%;
  }
}
/*lead*/
.lead {
  width: 100%;
  background: #FFF url("../img/brand.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 0;
}
.lead .content-wrap {
  max-width: 800px;
}
.lead .lead_ttl {
  font-size: 4rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 6rem;
}
.lead_flex {
  gap: 0 5rem;
}
.lead .lead_img {
  max-width: 240px;
  width: 100%;
  order: 1;
}
.lead .lead_textbox {
  order: 2;
}
.lead .lead_text {
  font-size: 1.6rem;
  text-align: left;
  margin-bottom: 3rem;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.lead .lead_text.mb0 {
  margin-bottom: 0;
}
@media screen and (max-width:768px) {
  .lead .lead_ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width:500px) {
  .lead {
    width: 100%;
    background: #FFF url("../img/brand_sp.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    margin-bottom: 0;
  }
  .lead .lead_ttl {
    font-size: 2rem;
  }
  .lead .lead_img {
    width: 40%;
    order: 2;
  }
  .lead .lead_text.mb0 {
    margin-bottom: 3rem;
  }
  .lead .lead_textbox {
    order: 1;
  }
  .lead .lead_text {
    font-size: 1.4rem;
    text-align: center;
  }
}
/*onayami*/
.onayami {
  background-color: #fff8f7;
  clip-path: ellipse(90% 100% at 50% 0);
}
.onayami .content-wrap {
  max-width: 800px;
}
.onayami_img {
  margin-bottom: 6rem;
}
.onayami_ttl {
  font-size: 4rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 6rem;
}
.ttl_bg {
  font-size: 4rem;
  font-weight: bold;
  aspect-ratio: 207 / 65;
  max-width: 207px;
  width: 100%;
  background-image: url("../img/ttl_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.onayami_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.onayami_text {
  font-size: 2rem;
  text-align: center;
}
.onayami_line {
  font-size: 2.8rem;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.onayami_line::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 12px;
  border-radius: 5px;
  background: #fad9d4;
  z-index: -1;
}
@media screen and (max-width:768px) {
  .onayami {
    clip-path: ellipse(150% 100% at 50% 0);
  }
  .onayami_ttl, .ttl_bg {
    font-size: 3rem;
  }
  .onayami_line {
    font-size: 2.4rem;
  }
}
@media screen and (max-width:500px) {
  .onayami {
    clip-path: ellipse(150% 100% at 50% 0);
  }
  .onayami_ttl, .ttl_bg {
    font-size: 2.4rem;
  }
  .onayami_line {
    font-size: 2rem;
  }
  .onayami_text {
    font-size: 1.6rem;
  }
}
.product {
  background: url("../img/bg_02.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
.product_nav {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto 6rem;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.product_navitem {
  position: relative;
  max-width: 300px;
  width: 100%;
  display: block;
  justify-content: center;
  align-content: center;
  background-color: #FFF;
  border-radius: 25px;
  padding: 3rem 0;
  background-color: #FFF; /* 背景色 */
  box-shadow: 5px 5px 0px #db3e6d; /* 影の太さ・色 */
}
.product_navitem a {
  display: block;
}
.product_navitem:hover {
  box-shadow: none;
  transform: translateX(5px);
  transform: translateY(5px);
}
.product_navitem::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #db3e6d;
  border-right: solid 2px #db3e6d;
  transform: rotate(45deg);
  position: absolute;
  bottom: 10px;
  left: 50%;
}
.nav_tights .nav_name {
  background-color: #f8c6b3;
  width: 60%;
  margin: auto;
}
.nav_leggings .nav_name {
  background-color: #ffe91a;
  width: 60%;
  margin: auto;
}
.nav_socks .nav_name {
  background-color: #fbce87;
  width: 60%;
  margin: auto;
}
.nav_name {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  margin-bottom: 2rem;
}
.nav_text {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.nav_icon {
  width: 30%;
  margin: 0 auto;
}
.point_nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.point_navitem {
  width: 33%;
}
.point_navitem:first-child {
  width: 33%;
}
.point_navitem img {
  max-width: 100%;
  margin: auto;
}
.product_subttl {
  font-size: 2.5rem;
  text-align: center;
  color: #FFF;
  font-family: azo-sans-web, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.product_ttl {
  font-size: 4.5rem;
  margin-bottom: 3rem;
  text-align: center;
  font-weight: bold;
}
.ttl_line {
  position: relative;
  font-size: 2.5rem;
  font-weight: bold;
  display: inline-block;
  z-index: 2;
}
.ttl_line::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 12px;
  background: #fad9d4;
  z-index: -1;
}
.product_lead {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto 6rem;
  background: rgba(255, 255, 255, 0.80);
  border-radius: 20px;
  padding: 6rem 0;
}
.product_leadttl {
  max-width: 500px;
  width: 100%;
  margin: 0 auto 3rem;
}
.product_lead_flex {
  width: 80%;
  margin: auto;
  justify-content: space-between;
  padding: 3rem 0;
  border-bottom: 1px solid #ee8075;
}
.product_lead_leftbox {
  width: 48%;
  margin-bottom: 0;
}
.product_lead_rightbox {
  width: 48%;
}
.product_lead_flexsubttl {
  font-size: 1.6rem;
  font-weight: bold;
}
.product_lead_flexttl {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
.product_lead_flextext {
  font-size: 1.6rem;
  font-weight: bold;
}
.product_lead_flexnote {
  font-size: 1.4rem;
  margin-top: 3rem;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.width80 {
  width: 80%;
  margin: 0 auto;
}
.pink_text {
  color: #ee8075;
}
@media screen and (max-width:768px) {
  .product_ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width:500px) {
	.product_lead_flexttl {
	font-size: 2.2rem
	}
	.product_lead_flextext{
		font-size: 1.4rem;
	}
  .product_nav {
    display: block;
  }
  .product_navitem {
    max-width: 90%;
    margin: 0 auto 2rem;
  }
  .product_navitem a {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .nav_leggings .nav_name, .nav_socks .nav_name {
    width: 100%;
  }
  .nav_icon {
    width: 20%;
    margin: 0;
  }
  .nav_name {
    font-size: 1.8rem;
  }
  .nav_text {
    font-size: 2rem;
  }
  .product_leadttl {
    width: 85%;
  }
  .product_lead_flex {
    display: block;
  }
  .product_lead_leftbox, .product_lead_rightbox {
    width: 100%;
  }
  .product_lead_leftbox {
    margin-bottom: 3rem;
  }
  .point_navitem {
    width: 50%;
  }
  .point_navitem:first-child {
    width: 100%;
  }
  .point_navitem img {
    max-width: 180px;
    margin: auto;
  }
}
.lp_wrap  .tights {
  background-color: #fce9e6;
}
.tights .categoryt_content {
  border: solid #f8c6b3 3px;
}
.tights .category_name {
  color: #f8c6b3;
}
.tights .category_ttl {
  background-color: #f8c6b3;
}
.lp_wrap  .leggings {
  background-color: #fef2c8;
}
.leggings .categoryt_content {
  border: solid #ffe91a 3px;
}
.leggings .category_name {
  color: #ffe91a;
}
.leggings .category_ttl {
  background-color: #ffe91a;
}
.lp_wrap  .socks {
  background-color: #fde8d1;
}
.socks .categoryt_content {
  border: solid #fbce87 3px;
}
.socks .category_name {
  color: #fbce87;
}
.socks .category_ttl {
  background-color: #fbce87;
}
.categoryt_content {
  position: relative;
  max-width: 1050px;
  background-color: #FFF;
  border-radius: 30px;
  padding: 8rem 0 6rem;
  margin: auto;
}
.category_lead {
  position: absolute;
  top: 35px;
  right: 35px;
  width: 100%;
  font-size: 2.2rem;
  font-weight: bold;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.category_ttl {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 3.2rem;
  color: #000;
  border-radius: 50px;
  max-width: 350px;
  width: 100%;
  text-align: center;
}
.category_name {
  position: absolute;
  bottom: 35px;
  left: 35px;
  display: flex;
  align-items: flex-end;
  width: 100%;
  font-size: 3rem;
  font-family: azo-sans-web, sans-serif;
  font-weight: 300;
  font-style: normal;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 2px;
}
.category_img {
  position: relative;
  width: 40%;
  margin: auto;
}
.socks .category_img {
  width: 60%;
}
.category_img .icon {
  width: 60px;
  position: absolute;
  top: 0;
  right: -80px;
}
.category_img img {
  margin: 0 auto 3rem;
}
.category_btn {
  position: relative;
  max-width: 40rem;
  width: 100%;
  padding: 1.5rem 0;
  border: 1px solid #db3e6d;
  color: #db3e6d;
  font-size: 2rem;
  text-align: center;
  border-radius: 20px;
  margin: 0 auto;
  font-weight: bold;
}
.category_btn:hover {
  background-color: #db3e6d;
  color: #FFF;
}
.category_btn::after {
  position: absolute;
  content: "";
  top: 35%;
  right: 10px;
  background-image: url("../img/btn_icon.png");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.category_btn:hover::after {
  position: absolute;
  content: "";
  top: 35%;
  right: 10px;
  background-image: url("../img/btnhover_icon.png");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
@media screen and (max-width:500px) {
  .category_ttl {
    font-size: 2rem;
	 padding: 0.5rem 0;
  }
  .category_img .icon {
    top: -18%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .category_btn {
    width: 95%;
    font-size: 1.8rem;
  }
  .category_img {
    width: 70%;
  }
  .category_name {
    left: 10px;
    font-size: 2.6rem;
  }
  .category_lead {
    font-size: 1.6rem;
    right: 10px;
  }
  .categoryt_content {
    padding: 10rem 0 4rem;
    width: 90%;
    margin: auto;
  }
	.socks .categoryt_content{
		padding: 6rem 0 4rem;
	}
  .category_ttl {
    width: 70%;
  }
}

.bottom {
    background-color: #FFF;
    padding: 6rem 0;
}
.btnflex {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 800px;
    margin: auto;
    gap: 20px;
}
.logoimg {
    max-width: 425px;
    width: 40%;
    margin: 0 auto;
}
.logotxt {
    width: 33%;
    border-bottom: 2px solid #db3e6d;
    margin-right: auto;
}
.logotxt p {
    position: relative;
    color: #db3e6d;
    font-size: 2.4rem;
    padding: 0 0 5px;
}
.logotxt p::after {
    position: absolute;
    content: "";
    top: 35%;
    right: 0px;
    background-image: url(https://fukuskeonline.itembox.design/item/lp/hodohada/img//btn_icon.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

@media screen and (max-width:768px) {.logoimg {
    max-width: 425px;
    width: 40%;
    margin: 0 auto;
}
}
@media screen and (max-width:500px) {
.btnflex {
    display: block;
}
.logoimg {
    max-width: 425px;
    width: 50%;
    margin: 0 auto;
}
.logotxt {
    width: 50%;
    border-bottom: 2px solid #db3e6d;
    margin: 3rem auto 0;
}
.logotxt p {
    position: relative;
    color: #db3e6d;
    font-size: 2rem;
}
.logotxt p::after {
    top: 15%;
	}
}
@media screen and (max-width: 375px) {
    .logotxt p {
        position: relative;
        color: #db3e6d;
        font-size: 1.6rem;
    }
}
.pagetop {
    height: 100px;
    width: 100px;
    position: fixed;
    right: 30px;
    bottom: 30px;
}
	@media screen and (max-width:768px){
.pagetop {
	height: 70px;
	width: 70px;
	right: 15px;
	bottom: 30px;
}
}