.lp_style * {
  box-sizing: border-box;
}

.lp_style {
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
  list-style: none;
  font-feature-settings: "palt";
  overflow: hidden;
}

.lp_style button {
  background: transparent;
  padding: 0;
  margin: 0;
}

.lp_style ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lp_style a {
  text-decoration: none;
}

.sp_only {
  display: none !important;
}

@media screen and (max-width:640px),
print {
  .pc_only {
    display: none !important;
  }

  .sp_only {
    display: block !important;
  }
}

@media screen and (max-width:768px) and (min-width:641px),
print {
  img {
    width: 100%;
    height: auto;
  }
}

#summer_sale {
  /*font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'ヒラギノ角ゴ StdN', 'Hiragino Kaku Gothic StdN', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;*/
  color: #111111;
}

/*
.bold {
  font-weight: bold;
}
*/

.TextBlock {
  display: inline-block;
}

.space-1em {
  padding-left: 1em;
}

/*-------------------------------------------

  #MainVisual

-------------------------------------------*/

#MainVisual {
  text-align: center;
}


.PageTitle_txt {
  font-size: 0;
  line-height: 1;
}

#MainVisual img {
  max-width: 1920px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/* #MainVisual .PageTitle-sub {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 44px;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  text-align: center;
  margin-top: -30px;
}

#MainVisual .PageTitle-sub .TextBlock {
  position: relative;
}

@media screen and (max-width:640px) {
  #MainVisual .PageTitle-sub {
    height: 50px;
    font-size: 22px;
    line-height: 1.5;
    white-space: nowrap;
  }
} */

.color-y {
  color: #ffdf4d;
}

.circle {
  position: relative;
}

.circle::before {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #fff;
  border-radius: 50%;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
}

/*-------------------------------------------

  #Intro

-------------------------------------------*/
#Intro {
  position: relative;
  padding: 80px 0;
  background: #632f1a;
}

#Intro .inner {
  width: 1200px;
  margin: 0 auto;
}

#Intro .IntroDetaile {
  font-size: 24px;
  letter-spacing: .05em;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}

#Intro .IntroDetaile .TextBlock {
  display: block;
}


#Intro .IntroDetaile .-strong {
  font-size: 150%;
  text-align: center;
  margin-bottom: .5em;
}

#Intro .IntroDetaile .-strong .TextBlock {
  display: inline-block;
  font-weight: bold;
  padding-bottom: .25em;
}

#Intro .BargainList {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 46px auto 56px;
}

#Intro .BargainListPoint {
  margin: 0 10px;
}

@media screen and (max-width:640px) {
  #Intro {
    padding: 40px 0;
  }

  #Intro .inner {
    width: 92%;
    margin: 0 auto;
  }

  #Intro .IntroDetaile {
    font-size: 14px;
  }

  #Intro .BargainList {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px auto 20px;
  }

  #Intro .BargainListPoint {
    margin: 0 5px;
  }

}

/*-------------------------------------------

  Product

-------------------------------------------*/


.ContentWrapper {
  width: 1200px;
  padding: 82px 0 100px;
  margin: 0 auto;
}

.CategorySex {
  position: relative;
  max-width: 1000px;
  margin: 0 auto 82px;
}

.CategorySexTab {
  display: flex;
  justify-content: center;
}

.Parent:not(:first-of-type) {
  margin-left: 20px;
}

.Parent {
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 70px;
  border: 1px solid #cccccc;
  font-size: 22px;
  transition: background .5s;
  cursor: pointer;
}

.Parent.select {
  background: #cccccc;
}

.Parent .TextBlock {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
}

.Parent:hover {
  background: #cccccc;
}


.CategorySex .Children:nth-of-type(1) {
  left: 0;
}


.CategorySex .Children:nth-of-type(2) {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.CategorySex .Children:nth-of-type(3) {
  right: 0;
}

.CategorySex .Children.open {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 100%);
}


.Children {
  margin: 0 auto;
  max-width: 320px;
  visibility: hidden;
  opacity: 0;
  border: 1px solid #ccc;
  background: #fff;
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  height: auto;
  transform: translate(0, 50%);
  transition: all .5s;
  opacity: 0;
}

.Children.open {
  visibility: visible;
  opacity: 1;
}

.CategorySex .open:nth-of-type(1) {
  left: 0;
  opacity: 1;
}

.ChildrenCategory {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  line-height: 1;
}

.ChildrenCategory a {
  position: relative;
  display: block;
  padding: 20px 0;
  width: 100%;
  height: 100%;
}

.ChildrenCategory:not(:last-of-type) a::after {
  content: "";
  width: calc(100% - 50px);
  height: 1px;
  background: #ccc;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.BannerArea {
  margin: 120px auto 82px;
}

.BannerArea img {
  display: block;
  width: 100%;
  height: auto;
}

.ProductGroup .ProductGroupTitle {
  margin-bottom: 60px;
}

.ProductGroupTitle {
  display: block;
  padding-bottom: 40px;
  font-size: 38px;
  line-height: normal;
  letter-spacing: .05em;
  text-align: center;
  border-bottom: 2px solid #cccccc;
}

.ProductsList {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.col-2 {
  justify-content: center;
}

.ProductsList::after {
  content: "";
  display: block;
  width: 380px;
}

.col-2::after {
  display: none;
}

.ProductsList .Product {
  width: 380px;
}

.col-2 .Product {
  width: 500px;
}

.col-2 .MoreButton {
  margin: 0 auto;
}

.col-2 .Product:nth-of-type(even) {
  margin-left: 100px;
}

.ProductsList .Product:nth-of-type(n + 4) {
  margin-top: 60px;
}

.Product .Thumbnail {
  margin-bottom: 20px;
}

.Product .Thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}

.Product .ProductName {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 20px;
  letter-spacing: .05em;
  line-height: 1.2;
  height: 3.5em;
}

.Product .PriceGroup {
  margin: 40px auto 30px;
}

.Product .PriceGroup .NormalPrice {
  display: block;
  text-align: right;
  font-size: 16px;
  line-height: 1.5;
}

.Product .PriceGroup .NormalPrice .Price {
  font-size: 140%;
  letter-spacing: .05em;
}

.Product .PriceGroup .NormalPrice .tax {
  font-size: 80%;
}

.Product .PriceGroup .SalePrice {
  display: block;
  text-align: right;
  font-size: 18px;
  color: #d31818;
  letter-spacing: .05em;
  line-height: 1.2;
}

.Product .PriceGroup .SalePrice .Price {
  font-size: 140%;
  font-weight: bold;
  letter-spacing: .05em;

}

.Product .PriceGroup .SalePrice .Tax {
  font-size: 80%;
}

.Product .PriceGroup .SalePrice_span {
  display: block;
  text-align: right;
  margin-left: 0;
  float: none;
  font-size: 14px;
  font-weight: bold;
}

.Product .PriceGroup .SalePrice_span-sp {
  display: inline;
  text-align: right;
  margin-left: 0;
  float: none;
  font-size: 14px;
  font-weight: bold;
}

.MoreButton {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 380px;
  height: 70px;
  background: #111111;
  font-size: 22px;
  letter-spacing: .05em;
  color: #fff !important;
}

.MoreButton::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.ButtonArea {
  margin: 60px auto 124px;
}

.ButtonArea .CategoryButton:not(:first-of-type) {
  margin-top: 20px;
}

.CategoryButton {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 720px;
  height: 70px;
  font-size: 22px;
  letter-spacing: .05em;
  text-align: center;
  border: 1px solid #cccccc;
}

.CategoryButton::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
}

.CategoryButton-big {
  width: 920px;
  height: 80px;
  font-size: 24px;
}

.CategoryButton-big::after {
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
}

@media screen and (max-width:640px) {


  .ContentWrapper {
    width: 100%;
    padding: 40px 0 0;
    margin: 0 auto;
  }

  .ContentWrapper .CategorySex {
    position: relative;
    width: 90%;
    margin: 0 auto 40px;
  }

  .Parent:not(:first-of-type) {
    margin-left: 0px;
  }

  .Parent {
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 35px;
    border: 1px solid #cccccc;
    font-size: 13px;
  }


  .CategorySex .Children {
    display: none;
    max-width: inherit;
    visibility: hidden;
    opacity: 0;
    border: 1px solid #ccc;
    background: #fff;
    position: static;
    z-index: 2;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translate(0%, 0%);
    transition: all .5s;
  }

  .CategorySex .Children.open {
    display: block;
    transform: translate(0, 0);
  }


  .ChildrenCategory {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    line-height: 1;
    font-size: 13px;
  }

  .ChildrenCategory a {
    display: block;
    padding: 15px 0;
    width: 100%;
    height: 100%;
  }


  .BannerArea {
    margin: 60px auto 40px;
  }

  .BannerArea img {
    display: block;
    width: 100%;
    height: auto;
  }

  .ProductGroup .ProductGroupTitle {
    margin-bottom: 30px;
  }

  .ProductGroupTitle {
    width: 94%;
    margin: 0 auto;
    display: block;
    padding-bottom: 20px;
    font-size: 20px;
    border-bottom: 1px solid #cccccc;
  }

  .ProductsArea {
    width: 94%;
    margin: 0 auto;
  }

  .ProductsArea::after {
    width: 48.6%;
  }

  .col-2 {
    flex-wrap: wrap;
  }

  .ProductsList .Product {
    width: 48.6%;
  }

  .col-2 .Product {
    width: 100%;
  }

  .col-2 .MoreButton {
    max-width: 60%;
  }

  .col-2 .Product:nth-of-type(even) {
    margin-left: 0;
  }

  .col-2 .Product:not(:first-of-type) {
    margin-top: 40px;
  }

  .ProductsList .Product:nth-of-type(n + 4) {
    margin-top: 0;
  }

  .ProductsList .Product:nth-of-type(n + 3) {
    margin-top: 30px;
  }

  .Product .Thumbnail {
    margin-bottom: 20px;
  }

  .Product .Thumbnail img {
    display: block;
    width: 100%;
    height: auto;
  }

  .Product .ProductName {
    font-size: 11px;
    letter-spacing: .05em;
    line-height: 1.2;
  }

  .Product .PriceGroup {
    margin: 17px auto 15px;
  }

  .Product .PriceGroup .NormalPrice {
    font-size: 10px;
  }

  .Product .PriceGroup .SalePrice {
    font-size: 10px;
  }

  .Product .PriceGroup .SalePrice_span {
    margin-top: 5px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
  }

  .Product .PriceGroup .SalePrice_span .SalePrice_span-sp {
    display: none;
  }

  .MoreButton {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 35px;
    background: #111111;
    font-size: 12px;
    letter-spacing: .05em;
    color: #fff !important;
  }

  .MoreButton::after {
    content: "";
    position: absolute;
    width: 6.5px;
    height: 6.5px;
    top: 50%;
    right: 10px;
  }

  .ButtonArea {
    margin: 30px auto 50px;
  }

  .ButtonArea .CategoryButton:not(:first-of-type) {
    margin-top: 20px;
  }

  .CategoryButton {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 80%;
    height: 50px;
    font-size: 14px;
    letter-spacing: .05em;
    text-align: center;
    border: 1px solid #cccccc;
  }

  .CategoryButton-big {
    font-size: 16px;
    height: 60px;
  }

  .CategoryButton::after {
    content: "";
    position: absolute;
    width: 6.5px;
    height: 6.5px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(-45deg);
    border-right: 1px solid #111;
    border-bottom: 1px solid #111;
  }

  .Salepage {
    width: 90%;
  }

  .CategoryButton-big {
    width: 100%;
  }

  .CategoryButton-big::after {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }


}


@media screen and (max-width:1024px) and (min-width:641px) {

  /*-------------------------------------------

    #MainVisual

  -------------------------------------------*/


  #MainVisual .PageTitle-sub {
    height: 7.692vw;
    font-size: 3.385vw;
  }

  /*-------------------------------------------

    #Intro

  -------------------------------------------*/
  #Intro {
    padding: 6.154vw 0;
  }

  #Intro .inner {
    width: 92.308vw;
  }

  #Intro .IntroDetaile {
    font-size: 1.846vw;
  }

  #Intro .BargainList {
    margin: 3.538vw auto 4.308vw;
  }

  #Intro .BargainListPoint {
    margin: 0 0.769vw;
  }

  /*-------------------------------------------

    Product

  -------------------------------------------*/

  .ContentWrapper {
    width: 92.308vw;
    padding: 6.308vw 0 0;
    margin: 0 auto;
  }

  .CategorySex {
    width: 76.92vw;
    margin: 0 auto 6.308vw;
  }

  .Parent {
    width: 24.615vw;
    height: 5.385vw;
    font-size: 1.692vw;
  }

  .Parent:not(:first-of-type) {
    margin-left: 1.538vw;
  }

  .CategorySexButton:not(:first-of-type) {
    margin-left: 1.538vw;
  }

  .Children {
    width: 24.615vw;
  }

  .ChildrenCategory {
    width: 100%;
    font-size: 1.692vw;
  }

  .ChildrenCategory a {
    padding: 1.538vw 0;
  }

  .ChildrenCategory:not(:last-of-type) a::after {
    width: calc(100% - 3.846vw);
  }

  .BannerArea {
    margin: 9.231vw auto 6.308vw;
  }

  .ProductGroup .ProductGroupTitle {
    margin-bottom: 4.615vw;
  }

  .ProductGroupTitle {
    padding-bottom: 3.077vw;
    font-size: 2.923vw;
  }

  .ProductsList .Product {
    width: 29.231vw;
  }

  .col-2 .Product {
    width: 39.231vw;
  }

  .col-2 .Product:nth-of-type(even) {
    margin-left: 10vw;
  }

  .ProductsList .Product:nth-of-type(n + 4) {
    margin-top: 4.615vw;
  }

  .Product .Thumbnail {
    margin-bottom: 1.538vw;
  }

  .Product .ProductName {
    font-size: 1.538vw;
  }

  .Product .PriceGroup {
    margin: 3.077vw 0 2.308vw;
  }

  .Product .PriceGroup .NormalPrice {
    font-size: 1.231vw;
  }

  .Product .PriceGroup .SalePrice {
    font-size: 1.538vw;
  }

  .MoreButton {
    width: 29.231vw;
    height: 5.385vw;
    font-size: 1.692vw;
  }

  .MoreButton::after {
    width: 1vw;
    height: 1vw;
    right: 1.538vw;
  }

  .ButtonArea {
    margin: 4.615vw auto 9.538vw;
  }

  .ButtonArea .CategoryButton:not(:first-of-type) {
    margin-top: 1.538vw;
  }

  .CategoryButton {
    width: 55.385vw;
    height: 5.385vw;
    font-size: 1.692vw;
  }

  .CategoryButton::after {
    width: 1vw;
    height: 1vw;
    right: 1.538vw;
  }

  .CategoryButton-big {
    background-color: #ffe100;
    width: 70.769vw;
    height: 7.385vw;
    font-size: 1.9vw;
  }

  .CategoryButton-big::after {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }


}

@keyframes main_sub_txt {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


@keyframes yurayura-l {

  0%,
  100% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(-2deg);
  }
}

@keyframes yurayura-l_sp {

  0%,
  100% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(-2deg);
  }
}

@keyframes yurayura-r {

  0%,
  100% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(-2deg);
  }
}


@keyframes yurayura-r_sp {

  0%,
  100% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(-2deg);
  }
}

@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes slide2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

.sale_date{
  border-bottom: 3px solid #af1212;
  padding-bottom: 40px;
  width: 94%;
  margin: 0 auto 100px;
}
.headline-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 0 40px;
}
.headline-wrap .line {
  flex: 1;
  height: 3px;
  background-color: #af1212;
}
.headline-wrap .label {
  max-width: 320px;
  width: 100%;
  margin: 0 20px;
  padding: 20px 0px;
  background-color: #af1212;
  color: #fff;
  font-weight: 500;
  font-size: 30px;
  border-radius: 9999px;
  white-space: nowrap;
  text-align: center;
}
.headline-wrap .label span{
  font-size: 38px;
  font-weight: 500;
  font-family: "azo-sans-web", sans-serif;
}
.sale_info{
  font-size: 30px;
  text-align: center;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 30px;
}
.sale_info span{
  font-size: 140%;
  text-align: center;
  color: #bf2717;
  font-weight: 500;
  font-family: "azo-sans-web", sans-serif;
}
.sale_info span span{
  font-size: 160%;
}
.sale_date_text{
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width:768px){
  .sale_date{
    margin: 0 auto 60px;
  }
  .headline-wrap .label{
    max-width: 180px;
    font-size: 20px;
    padding: 10px 0;
  }
  .headline-wrap .label span {
    font-size: 26px;
  }
  .sale_date{
    padding: 0px 20px 40px;
  }
  .sale_info{
    font-size: 16px;
    margin-bottom: 30px;
  }
  .sale_date_text{
    font-size: 15px;
  }
}