html {
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
    html{
        font-size: calc(100vw * 10 / 390);   
    }
}
#header,
#footer,
.ec-layoutRole__mainBottom {
  display: none;
}


.fadeUpTrigger {
  opacity: 0;
  transform: rotate(0.0001deg);
}

.u-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
}

#osaihu .p-osaihu {
  min-width: 128rem;
}
@media screen and (max-width: 768px) {
  #osaihu .p-osaihu {
    min-width: inherit;
  }
}
@media (hover: hover) and (pointer: fine) {
  #osaihu .p-osaihu a:hover {
    opacity: 0.8;
  }
}
#osaihu .p-osaihu__footer {
  background: #FF0000;
  padding: 3.2rem 0;
}
@media screen and (max-width: 768px) {
  #osaihu .p-osaihu__footer {
    padding: 1.2rem 0;
    margin-top: 4rem;
  }
}
#osaihu .p-osaihu__footer img {
  display: block;
  width: 31.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #osaihu .p-osaihu__footer img {
    width: 21.5rem;
  }
}
#osaihu .p-osaihu-mv {
  background: url(../img/osaihu/bg_mv.jpg) center 0/100% auto no-repeat;
  margin: 0 auto;
  padding: 2.4rem 0 0;
}
@media screen and (max-width: 768px) {
  #osaihu .p-osaihu-mv {
    background: none;
    padding: 0;
  }
}
#osaihu .p-osaihu-mv__wrap {
  position: relative;
  max-width: 128rem;
  margin: 0 auto;
  overflow: hidden;
}
#osaihu .p-osaihu-mv__ttl {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  width: 78%;
  max-width: 99.1rem;
  transform: translateX(-50%) scale(0);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.23, 1.26, 0.56, 1), opacity 0.6s;
}
#osaihu .p-osaihu-mv__ttl.show {
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #osaihu .p-osaihu-mv__ttl {
    width: 36rem;
  }
}
#osaihu .p-osaihu-mv__date {
  position: relative;
  background: url(../img/osaihu/bg_mv_01.png) 0 0/auto 100% repeat-x;
  margin-top: -5rem;
}
@media screen and (max-width: 768px) {
  #osaihu .p-osaihu-mv__date {
    height: 5rem;
    overflow: hidden;
    margin-top: -2rem;
  }
}
#osaihu .p-osaihu-mv__date img {
  display: block;
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #osaihu .p-osaihu-mv__date img {
    position: absolute;
    top: 0;
    left: calc(50% - 1rem);
    transform: translateX(-50%);
    width: auto;
    max-width: inherit;
    height: 100%;
  }
}
#osaihu .p-osaihu-intro {
  background: url(../img/osaihu/bg_intro.jpg) 0 0 / cover repeat-x;
  width: 100%;
  margin: 0 auto;
}
#osaihu .p-osaihu-intro__inner{
  position: relative;
  max-width: 128rem;
  margin: 0 auto;
}
#osaihu .p-osaihu-intro__01 {
  position: absolute;
  top: 2rem;
  right: 7.7rem;
  width: 59.1rem;
}
@media screen and (max-width: 768px) {
  #osaihu .p-osaihu-intro__01 {
    top: 8.6rem;
    right: 2rem;
    width: 28.5rem;
  }
}
#osaihu .p-osaihu-intro__02 {
  position: absolute;
  top: 2rem;
  left: 7.7rem;
  width: 51.1rem;
}
@media screen and (max-width: 768px) {
  #osaihu .p-osaihu-intro__02 {
    top: 3rem;
    left: 3.2rem;
    width: 24.5rem;
  }
}
#osaihu .p-osaihu-products {
  padding: 7rem 0 0;
}
@media screen and (max-width: 768px) {
  #osaihu .p-osaihu-products {
    padding: 2rem 0 0;
  }
}
#osaihu .p-osaihu-products__ttl {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 3.4rem;
  line-height: 1.47;
}
@media screen and (max-width: 768px) {
  #osaihu .p-osaihu-products__ttl {
    font-size: 2rem;
  }
}
#osaihu .p-osaihu-products-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 118rem;
  gap: 1rem 0;
  margin: 6rem auto 0;
}
@media screen and (max-width: 768px) {
  #osaihu .p-osaihu-products-list {
    margin: 1rem 0 0;
    padding: 0 1rem 0 2.2rem;
  }
}
#osaihu .p-osaihu-products-list__item {
  position: relative;
  width: 58.6rem;
}
#osaihu .p-osaihu-products-list__btn {
  position: absolute;
  left: 50%;
  bottom: 3.5rem;
  width: 30.2rem;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #osaihu .p-osaihu-products-list__btn {
    bottom: 3rem;
    width: 17.2rem;
  }
}
#osaihu .p-osaihu-sakura {
  background: #FFF0F0;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1607843137) inset;
  padding: 5.5rem 0;
  margin: 6rem 0 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #osaihu .p-osaihu-sakura {
    margin-top: 3rem;
    padding: 2.8rem 1.6rem;
  }
}
#osaihu .p-osaihu-sakura__ttl {
  max-width: 110rem;
  margin: 0 auto;
}
#osaihu .p-osaihu-sakura__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 128rem;
  margin: 3rem auto 0;
}
@media screen and (max-width: 768px) {
  #osaihu .p-osaihu-sakura__wrap {
    flex-flow: column;
  }
}
#osaihu .p-osaihu-sakura__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-flow: row-reverse;
  width: 58.5rem;
}
@media screen and (max-width: 768px) {
  #osaihu .p-osaihu-sakura__inner {
    display: block;
    width: auto;
  }
}
#osaihu .p-osaihu-sakura__inner + .p-osaihu-sakura__inner {
  flex-flow: row;
}
#osaihu .p-osaihu-sakura__inner + .p-osaihu-sakura__inner .p-osaihu-sakura__img {
  margin: 0 -4.2rem 0 0;
}
@media screen and (max-width: 768px) {
  #osaihu .p-osaihu-sakura__inner + .p-osaihu-sakura__inner {
    margin-top: 2.4rem;
  }
  #osaihu .p-osaihu-sakura__inner + .p-osaihu-sakura__inner .p-osaihu-sakura__img {
      margin: 1rem auto 0;
  }
}
#osaihu .p-osaihu-sakura-content {
  width: 29rem;
}
@media screen and (max-width: 768px) {
  #osaihu .p-osaihu-sakura-content {
    width: 100%;
  }
}
#osaihu .p-osaihu-sakura-content__ttl {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #FF7E39;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 768px) {
  #osaihu .p-osaihu-sakura-content__ttl {
    font-size: 2rem;
    margin: 0 0 1rem;
  }
}
#osaihu .p-osaihu-sakura-content__txt {
  font-size: 2rem;
  line-height: 2;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #osaihu .p-osaihu-sakura-content__txt {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
#osaihu .p-osaihu-sakura__img {
  display: block;
  width: 31.3rem;
  margin-left: -4.2rem;
}
@media screen and (max-width: 768px) {
  #osaihu .p-osaihu-sakura__img {
    width: 18rem;
    margin: 1rem auto 0;
  }
}
#osaihu .p-osaihu-campaign {
  padding: 9rem 0 0;
}
@media screen and (max-width: 768px) {
  #osaihu .p-osaihu-campaign {
    padding: 3rem 0;
  }
}
#osaihu .p-osaihu-campaign-top {
  position: relative;
}
#osaihu .p-osaihu-campaign-top__ttl {
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 6rem;
  text-align: center;
  line-height: 1.3;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  #osaihu .p-osaihu-campaign-top__ttl {
    font-size: 2.6rem;
  }
}
#osaihu .p-osaihu-campaign-top__ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 63.9rem;
  height: 19.1rem;
  background: url(../img/osaihu/bg_campaign_top.png) center center/100% auto no-repeat;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #osaihu .p-osaihu-campaign-top__ttl::after {
    top: 50%;
    width: 30rem;
    height: 9rem;
  }
}
#osaihu .p-osaihu-campaign-top__ttl span {
  position: relative;
  z-index: 1;
}
#osaihu .p-osaihu-campaign-top__txt {
  position: relative;
  text-align: center;
  line-height: 1.8;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #osaihu .p-osaihu-campaign-top__txt {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 1.5rem 0 0;
  }
}
#osaihu .p-osaihu-campaign-top__img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 130rem;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #osaihu .p-osaihu-campaign-top__img {
    top: auto;
    bottom: -4rem;
    left: 0;
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  #osaihu .p-osaihu-detail {
    margin-top: 2rem;
  }
}
#osaihu .p-osaihu-detail__block {
  position: relative;
  max-width: 127.3rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
    #osaihu .p-osaihu-detail__block + .p-osaihu-detail__block{
        margin-top: 5rem;
    }
}
#osaihu .p-osaihu-detail__overview {
  position: absolute;
  bottom: 11rem;
  left: 4rem;
}
@media screen and (max-width: 768px) {
  #osaihu .p-osaihu-detail__overview {
    position: relative;
    bottom: auto;
    left: auto;
    padding: 0 2rem;
    margin: 2.4rem 0 0;
  }
}
#osaihu .p-osaihu-detail__inner {
  width: 68rem;
}
@media screen and (max-width: 768px) {
  #osaihu .p-osaihu-detail__inner {
    width: auto;
  }
}
 #osaihu .is-reverse .p-osaihu-detail__inner {
  width: 62rem;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  #osaihu .is-reverse .p-osaihu-detail__inner {
    width: auto;
  }
}
#osaihu .p-osaihu-detail__ttl {
  position: relative;
  font-size: 2.5rem;
  line-height: 1.4;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #FFA700;
}
@media screen and (max-width: 768px) {
  #osaihu .p-osaihu-detail__ttl {
    font-size: 2rem;
  }
}
#osaihu .p-osaihu-detail__ttl .big {
  display: block;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  #osaihu .p-osaihu-detail__ttl .big {
    font-size: 2rem;
  }
}
#osaihu .p-osaihu-detail__ttl .big span {
  color: #413B28;
}
#osaihu .p-osaihu-detail__ttlWrap {
  position: relative;
}
#osaihu .p-osaihu-detail__ttlWrap::before {
  content: "";
  position: absolute;
  top: calc(50% + 2rem);
  left: 50%;
  width: 56.4rem;
  height: 14.6rem;
  background: url(../img/osaihu/bg_detail.png) 0 0/100% auto no-repeat;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #osaihu .p-osaihu-detail__ttlWrap::before {
    content: none;
  }
}
#osaihu .p-osaihu-detail__txt {
  font-size: 2rem;
  line-height: 2;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  margin: 2.4rem 0 0;
}
@media screen and (max-width: 768px) {
  #osaihu .p-osaihu-detail__txt {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}
#osaihu .p-osaihu-detail-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 1rem;
  margin: 3rem 0 0;
}
@media screen and (max-width: 768px) {
  #osaihu .p-osaihu-detail-content {
    display: block;
    margin: 1rem 0 0;
  }
}
#osaihu .p-osaihu-detail-content.is-column {
  gap: 0 3rem;
}
#osaihu .p-osaihu-detail-content.is-end {
  justify-content: flex-end;
}
#osaihu .p-osaihu-detail-content__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 1rem;
}
@media screen and (max-width: 768px) {
  #osaihu .p-osaihu-detail-content__inner {
    display: block;
  }
  #osaihu .p-osaihu-detail-content__inner + .p-osaihu-detail-content__inner {
    margin-top: 1.6rem;
  }
}
#osaihu .p-osaihu-detail-content__img {
  width: 16.2rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #osaihu .p-osaihu-detail-content__img {
    width: 100%;
    text-align: center;
    height: 4rem;
  }
  #osaihu .p-osaihu-detail-content__img img {
    width: auto;
    height: 100%;
  }
}
#osaihu .p-osaihu-detail-content-list {
  width: 49rem;
}
@media screen and (max-width: 768px) {
  #osaihu .p-osaihu-detail-content-list {
    width: auto;
    margin: 1rem 0 0;
  }
}
#osaihu .is-end .p-osaihu-detail-content-list {
  width: 57rem;
}
@media screen and (max-width: 768px) {
  #osaihu .is-end .p-osaihu-detail-content-list {
    width: auto;
  }
}
#osaihu .p-osaihu-detail-content-list__item {
  line-height: 1.8;
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-decoration: underline;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  #osaihu .p-osaihu-detail-content-list__item {
    font-size: 1.3rem;
    letter-spacing: -0.1em;
  }
}
#osaihu .p-osaihu-detail-content__txt {
  align-self: center;
  line-height: 1.8;
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-decoration: underline;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  #osaihu .p-osaihu-detail-content__txt {
    font-size: 1.4rem;
    text-align: center;
    margin: 0.7rem 0 0;
  }
}
#osaihu .p-osaihu-detail-price {
  position: relative;
  width: 117.2rem;
  margin: 4.5rem auto 0;
}
@media screen and (max-width: 768px) {
  #osaihu .p-osaihu-detail-price {
    width: calc(100% + 1rem);
    margin: 2rem 0 0;
  }
}
#osaihu .p-osaihu-detail-price__btn {
  position: absolute;
  bottom: 3rem;
  right: 3.5rem;
  width: 30.2rem;
}
@media screen and (max-width: 768px) {
  #osaihu .p-osaihu-detail-price__btn {
    bottom: 2.4rem;
    right: 2.5rem;
    width: 18rem;
  }
}
#osaihu .p-osaihu-detail-price__btn a {
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  #osaihu .p-osaihu-detail-price__btn a:hover {
    opacity: 0.8;
  }
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  backface-visibility: hidden;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px) rotate(0.0001deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(0.0001deg);
  }
}
@keyframes fadeUpAnimeSP {
  from {
    opacity: 0;
    transform: translateY(50px) rotate(0.0001deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(0.0001deg);
  }
}