/* ====================================
  reset
==================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
hgroup,
main,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
  list-style-position: inside;
}

li a {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  transition: all 0.5s ease;
  line-height: normal;
}

a:hover {
  text-decoration: none;
  opacity: 0.75;
  cursor: pointer;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #FFFFFF;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

select {
  outline: none;
}

select::-ms-expand {
  display: none;
}

input,
textarea {
  border-radius: 0;
  border: 0;
  outline: none;
}

[type=submit],
[type=reset],
[type=button],
button {
  border: 0;
  cursor: pointer;
}

input[type=button],
input[type=text],
input[type=submit],
input[type=image],
input[type=search],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

:root {
  --cBase: #FFFFFF;
  --cBlack: #222222;
  --cBase-rgb: 128, 112, 104;
  --cBase_bg: #00A0E9;
  --cHeroTitle: #CFFF31;
}

* {
  box-sizing: border-box;
}

body {
  width: 100%;
}

main * {
  margin: 0 auto;
}

main img {
  max-width: 100%;
  vertical-align: bottom;
}

/* ====================================
	sp.pc_hide
==================================== */
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

/* ====================================
	main
==================================== */
.Pagetop {
  background-color: #d71718;
}
.Pagetop[style*="position: fixed"] {
  transform: translateY(-80px);
}
.Pagetop[style*="position: absolute"] {
  transform: none;
}

body:has(#vivant.teaser) .Pagetop {
  transform: none;
}

#vivant {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #FFF;
  width: 100%;
  background-image: url(../img/osechi_bk_pc.jpg);
  background-position: top center;
  background-size: 100% auto;
  background-repeat: repeat-y;
}
@media screen and (max-width: 767px) {
  #vivant {
    font-size: 14px;
    line-height: 22px;
    background-image: url(../img/osechi_bk_sp.jpg);
  }
}
#vivant .vivant-contents {
  position: relative;
}
#vivant .vivant-contents img.position {
  position: absolute;
  bottom: 120px;
  right: 4%;
}
@media screen and (max-width: 767px) {
  #vivant .vivant-contents img.position {
    bottom: 100px;
  }
}
#vivant .vivant-contents section .vivant-inner {
  max-width: 1020px;
}
#vivant .vivant-contents .vivant-hero {
  padding: 50px 4% 100px;
}
@media screen and (max-width: 767px) {
  #vivant .vivant-contents .vivant-hero {
    padding: 50px 4% 60px;
  }
}
#vivant .vivant-contents .vivant-hero .vivant-hero__project {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 620px;
  min-height: 35px;
  padding: 4px 24px 5px;
  margin-bottom: 20px;
  border: 1px solid #FFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #vivant .vivant-contents .vivant-hero .vivant-hero__project {
    max-width: 315px;
    min-height: 64px;
    padding: 9px 10px;
    margin-bottom: 14px;
  }
}
#vivant .vivant-contents .vivant-hero .vivant-hero__title {
  text-align: center;
  font-size: 20px;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  #vivant .vivant-contents .vivant-hero .vivant-hero__title {
    font-size: 14px;
    line-height: 24px;
  }
}
#vivant .vivant-contents .vivant-hero .vivant-hero__title #vivant-title {
  position: relative;
  margin-bottom: 30px;
}
#vivant .vivant-contents .vivant-hero .vivant-hero__title #vivant-title .title {
  width: 440px;
}
#vivant .vivant-contents .vivant-hero .vivant-hero__title #vivant-title .position {
  position: absolute;
  bottom: 50px;
}
@media screen and (max-width: 767px) {
  #vivant .vivant-contents .vivant-hero .vivant-hero__title #vivant-title {
    margin-bottom: 10px;
  }
  #vivant .vivant-contents .vivant-hero .vivant-hero__title #vivant-title .title {
    width: 73.6vw;
  }
  #vivant .vivant-contents .vivant-hero .vivant-hero__title #vivant-title .position {
    width: 9.86vw;
    bottom: 9vw;
  }
}
#vivant .vivant-contents .vivant-hero .vivant-sekihan {
  position: relative;
  display: grid;
  grid-template-areas: "image text" "image title";
  grid-template-columns: 237px 303px;
  grid-template-rows: 113px 56px;
  width: 100%;
  max-width: 630px;
  height: 250px;
  padding: 25px;
  margin: 55px auto 100px;
  border: 1px solid #d71718;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.5);
}
#vivant .vivant-contents .vivant-hero .vivant-sekihan #vivant-sekihan-title {
  position: absolute;
  top: -36px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 35px;
  border-radius: 10px 10px 0 0;
  background-color: #d71718;
  font-size: 16px;
  transform: translateX(-50%);
}
#vivant .vivant-contents .vivant-hero .vivant-sekihan .vivant-sekihan__image {
  grid-area: image;
  width: 200px;
  height: 200px;
  margin: 0 0 0;
}
#vivant .vivant-contents .vivant-hero .vivant-sekihan .vivant-sekihan__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#vivant .vivant-contents .vivant-hero .vivant-sekihan .vivant-sekihan__txt {
  grid-area: text;
  width: 340px;
  margin: 0;
  font-size: 14px;
  line-height: 22px;
}
#vivant .vivant-contents .vivant-hero .vivant-sekihan .vivant-sekihan__txt-title {
  grid-area: title;
  width: 197px;
  margin: 20px 0 0;
}
#vivant .vivant-contents .vivant-hero .vivant-sekihan .vivant-sekihan__txt-title p {
  font-weight: 400;
  margin-top: 8px;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
}
#vivant .vivant-contents .vivant-hero .vivant-sekihan .vivant-sekihan__txt-title img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #vivant .vivant-contents .vivant-hero .vivant-sekihan {
    grid-template-areas: "text text" "image title";
    grid-template-columns: minmax(0, 59.06%) minmax(0, 40.73%);
    grid-template-rows: 110px auto;
    max-width: none;
    height: auto;
    padding: 19px 14px 16px;
    margin: 40px auto;
    border-radius: 15px;
  }
  #vivant .vivant-contents .vivant-hero .vivant-sekihan #vivant-sekihan-title {
    top: -31px;
    width: 180px;
    height: 30px;
    font-size: 14px;
    line-height: 22px;
  }
  #vivant .vivant-contents .vivant-hero .vivant-sekihan .vivant-sekihan__image {
    width: 100%;
    height: auto;
    margin: 0;
  }
  #vivant .vivant-contents .vivant-hero .vivant-sekihan .vivant-sekihan__image img {
    height: auto;
    aspect-ratio: 474/340;
  }
  #vivant .vivant-contents .vivant-hero .vivant-sekihan .vivant-sekihan__txt {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
  }
  #vivant .vivant-contents .vivant-hero .vivant-sekihan .vivant-sekihan__txt-title {
    width: 100%;
    margin: 22px 0 0;
  }
  #vivant .vivant-contents .vivant-hero .vivant-sekihan .vivant-sekihan__txt-title picture img {
    width: 81.16%;
    height: auto;
    margin: 0;
  }
}
#vivant .vivant-contents .vivant-hero .vivant-product {
  display: flex;
  justify-content: space-between;
}
#vivant .vivant-contents .vivant-hero .vivant-product .vivant-product__info {
  width: 41.18%;
  margin: 0;
}
#vivant .vivant-contents .vivant-hero .vivant-product .vivant-product__info .vivant-product__deadline {
  max-width: 290px;
  padding: 4px 9px;
  border: solid 2px #d71718;
  background-color: #fff;
  color: #d71718;
  margin: 0 0 15px;
}
#vivant .vivant-contents .vivant-hero .vivant-product .vivant-product__info h2 {
  font-size: 32px;
  line-height: 48px;
}
#vivant .vivant-contents .vivant-hero .vivant-product .vivant-product__info h2 small {
  font-size: 20px;
}
#vivant .vivant-contents .vivant-hero .vivant-product .vivant-product__info .vivant-product__price {
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  margin: 10px 0 20px;
}
#vivant .vivant-contents .vivant-hero .vivant-product .vivant-product__info .vivant-product__price small {
  font-family: "Noto Sans JP";
  font-size: 24px;
}
#vivant .vivant-contents .vivant-hero .vivant-product .vivant-product__info .vivant-product__delivery {
  max-width: 70px;
  padding: 1px 9px;
  color: #009D95;
  border: solid 2px #009D95;
  background-color: #fff;
  margin: 0 0 5px;
}
#vivant .vivant-contents .vivant-hero .vivant-product .vivant-product__info ul {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
#vivant .vivant-contents .vivant-hero .vivant-product .vivant-product__info .vivant-product__spec {
  border-bottom: dotted 2px #fff;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#vivant .vivant-contents .vivant-hero .vivant-product .vivant-product__info .vivant-notes {
  text-indent: -1em;
  padding-left: 1em;
}
#vivant .vivant-contents .vivant-hero .vivant-product .vivant-product__visual {
  width: 55.39%;
  margin: 0;
}
#vivant .vivant-contents .vivant-hero .vivant-product .vivant-product__visual p {
  color: #FB0;
  margin-bottom: 24px;
}
#vivant .vivant-contents .vivant-hero .vivant-product .vivant-product__visual p span {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  display: block;
}
@media screen and (max-width: 767px) {
  #vivant .vivant-contents .vivant-hero .vivant-product {
    flex-wrap: wrap;
    flex-wrap: wrap-reverse;
  }
  #vivant .vivant-contents .vivant-hero .vivant-product .vivant-product__info .vivant-product__deadline {
    max-width: 255px;
    margin: 0 0 10px;
  }
  #vivant .vivant-contents .vivant-hero .vivant-product .vivant-product__info h2 {
    font-size: 28px;
    line-height: 40px;
  }
  #vivant .vivant-contents .vivant-hero .vivant-product .vivant-product__info h2 small {
    font-size: 14px;
  }
  #vivant .vivant-contents .vivant-hero .vivant-product .vivant-product__info .vivant-product__price {
    font-size: 28px;
    line-height: 40px;
    margin: 5px 0 10px;
  }
  #vivant .vivant-contents .vivant-hero .vivant-product .vivant-product__info .vivant-product__price small {
    font-size: 18px;
  }
  #vivant .vivant-contents .vivant-hero .vivant-product .vivant-product__info .vivant-product__delivery {
    max-width: 65px;
  }
  #vivant .vivant-contents .vivant-hero .vivant-product .vivant-product__info ul {
    font-size: 12px;
    line-height: 20px;
  }
  #vivant .vivant-contents .vivant-hero .vivant-product .vivant-product__info .vivant-product__spec {
    padding-bottom: 20px;
  }
  #vivant .vivant-contents .vivant-hero .vivant-product .vivant-product__info {
    width: 100%;
  }
  #vivant .vivant-contents .vivant-hero .vivant-product .vivant-product__visual {
    margin-bottom: 24px;
    width: 100%;
  }
  #vivant .vivant-contents .vivant-hero .vivant-product .vivant-product__visual p {
    margin-bottom: 12px;
  }
  #vivant .vivant-contents .vivant-hero .vivant-product .vivant-product__visual p span {
    font-size: 12px;
  }
  #vivant .vivant-contents .vivant-hero .vivant-product .vivant-product__visual .vivant-product__box {
    padding: 0 6%;
  }
}
#vivant .vivant-contents .vivant-order {
  margin-top: 50px;
  text-align: center;
}
#vivant .vivant-contents .vivant-order p {
  font-size: 20px;
  line-height: 32px;
}
#vivant .vivant-contents .vivant-order .vivant-order__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 500px;
  height: 70px;
  margin-top: 15px;
  border-radius: 35px;
  background-color: #d71718;
  box-shadow: 0 5px 0 #000;
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
}
#vivant .vivant-contents .vivant-order .vivant-order__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #FFF;
  transform: translateY(-50%);
}
#vivant .vivant-contents .vivant-order .vivant-order__button::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 32px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #d71718;
  border-right: 2px solid #d71718;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  #vivant .vivant-contents .vivant-order {
    margin-top: 30px;
  }
  #vivant .vivant-contents .vivant-order p {
    font-size: 16px;
    line-height: 24px;
  }
  #vivant .vivant-contents .vivant-order .vivant-order__button {
    max-width: none;
    height: 60px;
    margin-top: 10px;
    box-shadow: 0 3px 0 #000;
    font-size: 20px;
    line-height: 28px;
  }
  #vivant .vivant-contents .vivant-order .vivant-order__button::after {
    right: 18px;
    width: 24px;
    height: 24px;
  }
  #vivant .vivant-contents .vivant-order .vivant-order__button::before {
    right: 27px;
    width: 7px;
    height: 7px;
  }
}
#vivant .vivant-contents .vivant-layer {
  padding: 100px 4%;
}
#vivant .vivant-contents .vivant-layer h2 {
  text-align: center;
  margin-bottom: 70px;
}
#vivant .vivant-contents .vivant-layer h2 img {
  max-width: 223px;
}
#vivant .vivant-contents .vivant-layer .vivant-layer__overview {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
#vivant .vivant-contents .vivant-layer .vivant-layer__overview .vivant-layer__image {
  width: 55.88%;
  margin: 0;
}
#vivant .vivant-contents .vivant-layer .vivant-layer__overview .vivant-layer__image .vivant-layer__image-caption {
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #vivant .vivant-contents .vivant-layer .vivant-layer__overview .vivant-layer__image .vivant-layer__image-caption {
    font-size: 10px;
  }
}
#vivant .vivant-contents .vivant-layer .vivant-layer__overview .vivant-layer__menu {
  width: 39.22%;
  margin: 0;
}
#vivant .vivant-contents .vivant-layer .vivant-layer__overview .vivant-layer__menu .vivant-layer__menu-list li {
  margin-bottom: 15px;
}
#vivant .vivant-contents .vivant-layer .vivant-layer__overview .vivant-layer__menu .vivant-layer__menu-list li:last-child {
  margin-bottom: 0;
}
#vivant .vivant-contents .vivant-layer .vivant-menu-list li {
  margin-bottom: 3px;
}
#vivant .vivant-contents .vivant-layer .vivant-menu-list li:last-child {
  margin-bottom: 0;
}
#vivant .vivant-contents .vivant-layer .vivant-menu-list li span {
  background-color: #d71718;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  font-weight: 400;
  border-radius: 50px;
  padding-right: 1px;
  margin-right: 10px;
}
#vivant .vivant-contents .vivant-layer .vivant-feature-list {
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
#vivant .vivant-contents .vivant-layer .vivant-feature-list .vivant-feature {
  background-color: #000;
  border: solid 1px #d71718;
  padding: 20px;
}
#vivant .vivant-contents .vivant-layer .vivant-feature-list .vivant-feature .vivant-feature__body > p {
  min-height: 127px;
}
#vivant .vivant-contents .vivant-layer .vivant-feature-list .vivant-feature .vivant-feature__body h3 {
  font-size: 20px;
  color: #d71718;
  line-height: 30px;
  margin: 20px 0 15px;
}
#vivant .vivant-contents .vivant-layer .vivant-feature-list .vivant-feature .vivant-feature__body .kome {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 15px;
}
#vivant .vivant-contents .vivant-layer .vivant-feature-list .vivant-feature .vivant-feature__body .vivant-feature__menu-list {
  border-top: solid 1px #d71718;
  margin-top: 20px;
  padding-top: 20px;
  font-size: 14px;
}
#vivant .vivant-contents .vivant-layer .vivant-notes {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  #vivant .vivant-contents .vivant-layer {
    padding: 60px 4% 60px;
  }
  #vivant .vivant-contents .vivant-layer h2 {
    margin-bottom: 36px;
  }
  #vivant .vivant-contents .vivant-layer h2 img {
    max-width: 167px;
  }
  #vivant .vivant-contents .vivant-layer .vivant-layer__overview {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  #vivant .vivant-contents .vivant-layer .vivant-layer__overview .vivant-layer__image {
    width: 100%;
    margin-bottom: 25px;
  }
  #vivant .vivant-contents .vivant-layer .vivant-layer__overview .vivant-layer__menu {
    width: 100%;
  }
  #vivant .vivant-contents .vivant-layer .vivant-layer__overview .vivant-layer__menu .vivant-layer__menu-list li {
    margin-bottom: 10px;
  }
  #vivant .vivant-contents .vivant-layer .vivant-menu-list li span {
    width: 21px;
    height: 21px;
    font-size: 10px;
    margin-right: 5px;
  }
  #vivant .vivant-contents .vivant-layer .vivant-feature-list {
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  #vivant .vivant-contents .vivant-layer .vivant-feature-list .vivant-feature .vivant-feature__body > p {
    min-height: auto;
  }
  #vivant .vivant-contents .vivant-layer .vivant-feature-list .vivant-feature .vivant-feature__body h3 {
    font-size: 18px;
    line-height: 28px;
    margin: 20px 0 10px;
  }
  #vivant .vivant-contents .vivant-layer .vivant-feature-list .vivant-feature .vivant-feature__body .kome {
    font-size: 10px;
    line-height: 18px;
    margin-top: 10px;
  }
  #vivant .vivant-contents .vivant-layer .vivant-feature-list .vivant-feature .vivant-feature__body .vivant-feature__menu-list {
    margin-top: 15px;
    padding-top: 15px;
    font-size: 12px;
  }
  #vivant .vivant-contents .vivant-layer .vivant-notes {
    font-size: 10px;
    line-height: 18px;
  }
}
#vivant .vivant-contents .vivant-layer--first {
  background-color: rgba(0, 0, 0, 0.3);
}
#vivant .vivant-contents .vivant-layer--second {
  background-color: rgba(0, 0, 0, 0.6);
}
#vivant .vivant-contents .fix_area {
  position: sticky;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d71718;
  padding: 19px 0 24px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}
#vivant .vivant-contents .fix_area.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
#vivant .vivant-contents .fix_area p {
  margin: 0 15px 0 0;
}
#vivant .vivant-contents .fix_area .vivant-order__button {
  margin: 0;
  background-color: #fff;
  color: #d71718;
}
#vivant .vivant-contents .fix_area .vivant-order__button::after {
  background-color: #d71718;
}
#vivant .vivant-contents .fix_area .vivant-order__button::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  #vivant .vivant-contents .fix_area {
    flex-wrap: wrap;
    padding: 12px 0 16px;
  }
  #vivant .vivant-contents .fix_area p {
    width: 100%;
    font-size: 14px;
    margin: 0 0px 5px 0;
  }
  #vivant .vivant-contents .fix_area .vivant-order__button {
    max-width: 315px;
    height: 48px;
    padding: 0 4%;
    font-size: 18px;
    line-height: 24px;
  }
}

#vivant.is-scroll-ready .scrollin {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
#vivant.is-scroll-ready .scrollin.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  #vivant.is-scroll-ready .scrollin {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
/* ====================================
	teaser
==================================== */
#vivant.teaser .vivant-contents .vivant-hero {
  position: relative;
}
#vivant.teaser .vivant-contents .vivant-hero .vivant-hero__title #vivant-title {
  position: static;
}
#vivant.teaser .vivant-contents .vivant-hero .vivant-hero__title #vivant-title .position {
  bottom: 15px;
  right: 14%;
}
#vivant.teaser .vivant-contents .vivant-hero .vivant-notice_box {
  background-color: #000;
  border: solid 3px #d71718;
  border-radius: 10px;
  margin: 20px auto 124px;
  padding: 30px 0;
  text-align: center;
}
#vivant.teaser .vivant-contents .vivant-hero .vivant-notice_box h2 {
  font-size: 40px;
  line-height: 56px;
}
#vivant.teaser .vivant-contents .vivant-hero .vivant-product {
  margin-bottom: 90px;
}
#vivant.teaser .vivant-contents .vivant-hero .vivant-detail {
  text-align: center;
  font-weight: 400;
}
#vivant.teaser .vivant-contents .vivant-hero .vivant-detail img {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #vivant.teaser .vivant-contents .vivant-hero .vivant-hero__title #vivant-title .position {
    bottom: 5px;
    right: 3%;
  }
  #vivant.teaser .vivant-contents .vivant-hero .vivant-notice_box {
    margin: 30px auto 70px;
  }
  #vivant.teaser .vivant-contents .vivant-hero .vivant-notice_box h2 {
    font-size: 22px;
    line-height: 30px;
  }
  #vivant.teaser .vivant-contents .vivant-hero .vivant-product {
    margin-bottom: 60px;
  }
  #vivant.teaser .vivant-contents .vivant-hero .vivant-product .vivant-product__visual {
    margin-bottom: 10px;
  }
  #vivant.teaser .vivant-contents .vivant-hero .vivant-detail {
    text-align: left;
    max-width: 315px;
    font-size: 12px;
    line-height: 20px;
  }
}/*# sourceMappingURL=style.css.map */