@charset "utf-8";

/*--調整--*/
html {
	background-color: transparent !important;
}

.h_bar, 
#beltbnr {
	display: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

#specialty {
  text-align: center;
}

#specialty a {
  text-decoration: none;
}

#specialty figure {
  margin: 0;
}

/*--sticky用--*/
html, body, div.wrapper_ {
  overflow: visible !important;
}

/*--SPのみ表示用--*/
@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

/*--PCのみ表示用--*/
@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }
}


/*----------
FONT
----------*/
:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px;
  }
}

.fontJp400NotoSans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.fontJp700NotoSans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.fontEn700Alkaline {
  font-family: "alkaline", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.fontEn800Alkaline {
  font-family: "alkaline", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.fontEn700NeueHaasGrotesk {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 700;
  font-style: normal;
}


/*----------
BG
----------*/
#specialty {
  background: #FDD300;
}


/*----------
STICKY LAYOUT
----------*/
.side {
  display: none;
}

.main {
  width: 100%;
  background: #ffffff;
}

@media only screen and (min-width: 768px) {
  .content {
    width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .side {
    display: block;
    width: 364px;
    position: sticky;
    top: 78px;
  }

  .main {
    width: 500px;
    background: #ffffff;
  }
}


/*----------
LEAD
----------*/
.lead__inner {
  width: calc(100% - 20px * 2);
  margin: 60px auto 0;
}

.lead__text {
  font-size: min(3.2558139534vw, 14px);
  line-height: 2;
  color: #53341E;
  text-align: center;
  margin-block: var(--leading-trim);
}

@media only screen and (min-width: 768px) {
  .lead__inner {
    width: calc(100% - 50px * 2);
  }
}


/*----------
PRODUCT
----------*/
.product__inner {
  width: calc(100% - 15px * 2);
  margin: 100px auto 0;
}

.product__title .product__title-sub {
  display: block;
  font-size: min(3.7209302325vw, 16px);
  line-height: 2;
  color: #53341E;
  text-align: center;
  margin-block: var(--leading-trim);
}

.product__title .reg {
  display: block;
  padding-bottom: 5px;
  font-size: min(5.1162790697vw, 22px);
  line-height: 2;
  color: #53341E;
  text-align: center;
  margin-block: var(--leading-trim);
}

.product__title .product__title-main {
  display: block;
  padding: 10px 0;
  font-size: min(9.3023255813vw, 40px);
  line-height: 2;
  color: #53341E;
  text-align: center;
  margin-block: var(--leading-trim);
}

.product__title .product__title-main2line {
  display: block;
  padding: 20px 0;
  font-size: min(9.3023255813vw, 40px);
  line-height: 1;
  color: #53341E;
  text-align: center;
  margin-block: var(--leading-trim);
}

.product__price {
  font-size: min(3.7209302325vw, 16px);
  line-height: 2;
  color: #53341E;
  text-align: center;
  margin-block: var(--leading-trim);
}

.product__inner figure {
  padding-top: 30px;
}

.product__inner figcaption {
  padding-top: 30px;
  font-size: min(3.2558139534vw, 14px);
  line-height: 2;
  color: #53341E;
  text-align: left;
  margin-block: var(--leading-trim);
}

.product__btn {
  width: 200px;
  margin: 30px auto 0;
}

.product__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background: #FDD300;
  border: 1px solid #53341E;
  box-shadow: 4px 4px 0px 0px #53341d;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  font-size: min(4.1860465116vw, 18px);
  color: #53341E;
  text-align: center;
}

.product__btn a:hover {
  box-shadow: none;
  transform: translate(4px,4px);
}

@media only screen and (min-width: 768px) {
  .product__inner {
    width: calc(100% - 50px * 2);
  }
}


/*----------
OTHER BUTTON
----------*/
.other__innner {
  width: 100%;
  margin: 100px auto 0;
}

.other__title {
  font-size: min(9.3023255813vw, 40px);
  line-height: 2;
  color: #53341E;
  text-align: center;
  margin-block: var(--leading-trim);
}

.other__btn {
  width: calc(100% - 35px * 2);
  margin: 20px auto 0;
}

.other__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  background: #ffffff;
  border: 1px solid #FDD300;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  font-size: min(4.1860465116vw, 18px);
  color: #FDD300;
  text-align: center;
}

.other__btn a:hover {
  background: #FDD300;
  border: 1px solid #FDD300;
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .other__btn {
    width: calc(100% - 70px * 2);
  }
}


/*----------
BRAND
----------*/
.brand__innner {
  width: 100%;
  margin: 100px auto 0;
  padding: 60px 30px;
  background: #FDD300;
}

.brand__logo {
  width: 28.37%;
  margin: 0 auto;
}

.brand__title .product__title-sub {
  display: block;
  padding-top: 30px;
  font-size: min(3.7209302325vw, 16px);
  line-height: 2;
  color: #53341E;
  text-align: center;
  margin-block: var(--leading-trim);
}

.brand__title .product__title-main {
  display: block;
  padding-top: 10px;
  font-size: min(9.3023255813vw, 40px);
  line-height: 2;
  color: #53341E;
  text-align: center;
  margin-block: var(--leading-trim);
}

.brand__text {
  padding-top: 20px;
  font-size: min(3.2558139534vw, 14px);
  line-height: 2;
  color: #53341E;
  text-align: left;
  margin-block: var(--leading-trim);
}

@media only screen and (min-width: 768px) {
  .brand__innner {
    padding: 155px 65px;
    background: #FDD300;
  }

  .brand__logo {
    display: none;
  }
}


/*----------
ANIMATION
----------*/
.show img {
  opacity: 0;
  transform: scale(.8);
  transition: 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.show.active img {
  opacity: 1;
  transform: scale(1);
}


/*----------
PAGETOP
----------*/
#pagetop a {
  background: #53341E !important;
}

#pagetop a::after {
  border-left: 1px solid #FDD300 !important;
  border-top: 1px solid #FDD300 !important;
}