@charset "utf-8";
/* ---------------------------------------------
Reset
--------------------------------------------- */
/* Modern browser */
*,
*::before,
*::after{box-sizing:border-box}
*{margin:0;padding:0;}
img,
picture,
video,
canvas,
svg{display:block;max-width:100%}
input,
button,
textarea,
select{font:inherit}
p,
h1,
h2,
h3,
h4,
h5,
h6{overflow-wrap:break-word}

/* addition */
img,
video,
iframe {
  vertical-align: bottom;
  display: block;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
em {
  font-style: normal;
}
small {
  font-size: 70%;
}

ul,
ol,
li {
  padding: 0;
  list-style: none;
}


/* ---------------------------------------------
font
--------------------------------------------- */
html {
  font-family: 'Noto Sans JP', sans-serif;
}

strong,
em {
  font-weight: 700;
}


/* ---------------------------------------------
Base
--------------------------------------------- */
html body,
table th,
table td {
  line-height: 1.6;
  color: #000;
  font-size: 3.1578vw;
  font-weight: 500;
}
@media screen and (min-width:751px) {
  html body,
  table th,
  table td {
    font-size: 24px;
  }
}

a,
a:link,
a:visited {
  color: #1e87f0;
}
a:hover {
  color: #f01e1e;
  text-decoration: none;
}

/* ---------------------------------------------
width
--------------------------------------------- */
.wrapper {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width:751px) {
  .wrapper {
    width: 750px;
  }
}

.contentsWrapper {
  width: 88.158%;
  margin: 0 auto;
}

/* ---------------------------------------------
cmn
--------------------------------------------- */
/* button hover */
:root {
  --transition_btnHover: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

/* contents */
.page_cmn .sec .secTtl {
  margin: 0;
}

.page_cmn sup {
  font-size: 70%;
  vertical-align: super;
}

.page_cmn .btn a:hover {
  opacity: 0.8;
}

.page_cmn .red1 {
  color: #b50000;
}

.page_cmn .note small {
  font-size: 2.9333vw;
  display: inline-block;
}
@media screen and (min-width:751px) {
  .page_cmn .note small {
    font-size: 22px;
  }
}
.page_cmn .note1 small {
  padding-left: 1em;
  text-indent: -1em;
}
.page_cmn .note2 small {
  padding-left: 2em;
  text-indent: -2em;
}

.page_cmn .taR {
  text-align: right;
}
.page_cmn .taC {
  text-align: center;
}

.page_cmn .videoAreaSt1 {
  position: relative;
}
.page_cmn .videoAreaSt1 .video {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.page_cmn .videoAreaSt1 .bg {
  position: relative;
  z-index: 1;
}

/* cta */
.page_cmn .cta .ctaBtnArea {
  position: relative;
}
.page_cmn .cta .ctaBtnArea .btn {
  width: 94.8%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}
@keyframes ctaBtn {
  0% { transform: scale(.95); }
  50% { transform: scale(1); }
  100% { transform: scale(.95); }
}
.page_cmn .cta .ctaBtnArea .btn .btnAnm {
  animation: ctaBtn 1s infinite ease-out;
}
.page_cmn .cta .ctaBtnArea .bg {
  position: relative;
  z-index: 1;
}
.page_cmn .cta .ctaNote1 {
  position: relative;
}
.page_cmn .cta .ctaNote1 .note {
  width: 85%;
  line-height: 1.2;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}
.page_cmn .cta .ctaNote1 .note small {
  margin-right: -1em;
  font-size: 2.8vw;
}
@media screen and (min-width:751px) {
  .page_cmn .cta .ctaNote1 .note small {
    font-size: 21px;
  }
}
.page_cmn .cta .ctaNote1 .bg {
  position: relative;
  z-index: 1;
}


/* ---------------------------------------------
#mainContents
--------------------------------------------- */
#mainContents {
  position: relative;
  z-index: 2;
}

#mainContents #hero {
  width: 100%;
  overflow: hidden;
}
#mainContents #hero .videoArea1 {
  margin-bottom: -9.0666vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width:751px) {
  #mainContents #hero .videoArea1 {
    margin-bottom: -68px;
  }
}
#mainContents #hero .videoArea2 {
  position: relative;
  z-index: 2;
}
#mainContents #hero .videoArea2 .pageTitle {
  width: 100%;
  position: relative;
  z-index: 1;
}
#mainContents #hero .videoArea2 .video {
  width: 29.8666vw;
  height: 29.8666vw;
  border: 1.3333vw solid #cf3500;
  border-radius: 50%;
  position: absolute;
  top: -2em;
  right: -1em;
  z-index: 2;
  overflow: hidden;
}
@media screen and (min-width:751px) {
  #mainContents #hero .videoArea2 .video {
    width: 224px;
    height: 224px;
    border: 10px solid #cf3500;
  }
}
#mainContents #hero .videoArea2 .video video {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


#mainContents #sec1 .videoArea1 {
  position: relative;
}
#mainContents #sec1 .videoArea1 .secTtl {
  width: 100%;
  margin-bottom: -17.8666vw;
  position: relative;
  z-index: 2;
}
@media screen and (min-width:751px) {
  #mainContents #sec1 .videoArea1 .secTtl {
    margin-bottom: -134px;
  }
}
#mainContents #sec1 .videoArea1 .video {
  width: 100%;
  margin-bottom: -14vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width:751px) {
  #mainContents #sec1 .videoArea1 .video {
    margin-bottom: -105px;
  }
}
#mainContents #sec1 .videoArea1 .txt1 {
  width: 100%;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  display: block;
}


#mainContents #sec6 .videoArea1 {
  position: relative;
}
#mainContents #sec6 .videoArea1 .secTtl {
  width: 100%;
  margin-bottom: -10.6667vw;
  position: relative;
  z-index: 2;
}
@media screen and (min-width:751px) {
  #mainContents #sec6 .videoArea1 .secTtl {
    margin-bottom: -80px;
  }
}
#mainContents #sec6 .videoArea1 .video {
  width: 100%;
  margin-bottom: -12.5334vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width:751px) {
  #mainContents #sec6 .videoArea1 .video {
    margin-bottom: -94px;
  }
}
#mainContents #sec6 .videoArea1 .txt1 {
  width: 100%;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  display: block;
}


#mainContents #sec8 .videoArea1 .video {
  width: 93.334%;
  border: 1.3333vw solid #c50003;
  border-radius: 5.6vw;
  overflow: hidden;
}
@media screen and (min-width:751px) {
  #mainContents #sec8 .videoArea1 .video {
    border-width: 10px;
    border-radius: 42px;
  }
}
#mainContents #sec8 .videoArea2 .video {
  width: 92%;
  border: 1.0666vw solid #f75d00;
  border-radius: 1.3333vw;
  overflow: hidden;
}
@media screen and (min-width:751px) {
  #mainContents #sec8 .videoArea2 .video {
    border-width: 8px;
    border-radius: 10px;
  }
}


#mainContents #sec12 {
  overflow: hidden;
}
#mainContents #sec12 .videoArea1 .video {
  width: 93.334%;
  border: 1.3333vw solid #44c200;
  border-radius: 5.6vw;
  overflow: hidden;
  box-shadow: 1.3333vw 2vw 5.3333vw 2.6666vw rgba(0,0,0,0.5);
}
@media screen and (min-width:751px) {
  #mainContents #sec12 .videoArea1 .video {
    border-width: 10px;
    border-radius: 42px;
    box-shadow: 10px 15px 40px 20px rgba(0,0,0,0.5);
  }
}


#mainContents #sec28 .btnArea {
  position: relative;
}
#mainContents #sec28 .btnArea .btn {
  width: 97.334%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
#mainContents #sec28 .btnArea {
  position: relative;
  z-index: 1;
}


#mainContents #sec30 {
  padding: 3em 0 1em;
}
#mainContents #sec30 .about_purchase {
  margin: 0 0 2em;
}
#mainContents #sec30 .about_purchase .purchase_ttl {
  margin: 0 0 .5em;
  padding: .1em 0;
  text-align: center;
  color: #fff;
  font-size: 4vw;
  font-weight: 500;
  background-color: #be9b46;
}
@media screen and (min-width:751px) {
  #mainContents #sec30 .about_purchase .purchase_ttl {
    font-size: 32px;
  }
}
#mainContents #sec30 .about_purchase1 .purchase_ttl {
  margin-bottom: 0;
}
#mainContents #sec30 .about_purchase .purchase_ttl2 {
  margin: 0 0 .5em;
  padding: .3em 0;
  color: #be9b46;
  font-size: 4.3vw;
  font-weight: 500;
  border: 2px solid #be9b46;
  border-width: 2px 0;
}
@media screen and (min-width:751px) {
  #mainContents #sec30 .about_purchase .purchase_ttl2 {
    font-size: 30px;
  }
}
#mainContents #sec30 .about_purchase1 .purchase_ttlSt1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#mainContents #sec30 .about_purchase .purchase_ttl2 .sub {
  font-size: 65%;
}
#mainContents #sec30 .about_purchase .purchase_content {
  font-size: 2.93vw;
}
@media screen and (min-width:751px) {
  #mainContents #sec30 .about_purchase .purchase_content {
    font-size: 22px;
  }
}
#mainContents #sec30 .about_purchase1 .purchase_content {
  margin-bottom: 2.5em;
}
#mainContents #sec30 .about_purchase .purchase_content .ingredientList {
  width: 100%;
  margin: 0;
}
#mainContents #sec30 .about_purchase .purchase_content .ingredientList th {
  padding-left: .5em;
  text-align: left;
}
#mainContents #sec30 .about_purchase .purchase_content .ingredientList td {
  width: 7.5em;
  text-align: right;
  position: relative;
}
#mainContents #sec30 .about_purchase .purchase_content .ingredientList td .num {
  margin-left: 2em;
  padding: .2em .5em .2em 1em;
  background-color: #fff;
  display: inline-block;
  position: relative;
  z-index: 2;
}
#mainContents #sec30 .about_purchase .purchase_content .ingredientList td::after {
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 2px dotted #be9b46;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
}




#mainContents #sec30 .about_purchase .purchase_content p {
  margin-bottom: 1em;
}
#mainContents #sec30 .about_purchase .purchase_content p:last-child {
  margin-bottom: 0;
}
#mainContents #sec30 .about_purchase .purchase_content .clause li {
  padding-left: 1.5em;
  position: relative;
}
#mainContents #sec30 .about_purchase .purchase_content .clause li::before {
  content: '\025cf';
  color: #be9b46;
  position: absolute;
  top: 0;
  left: 0;
}
#mainContents #sec30 .about_purchase .purchase_content .clause li dl dt {
  color: #be9b46;
  font-weight: 700;
}
#mainContents #sec30 .inquiry {
  padding: 2em 0;
  text-align: center;
  background-color: #f5f2e9;
}
#mainContents #sec30 .inquiry .ttl {
  margin: 0 0 .5em;
  line-height: 1.4;
  color: #be9b46;
  font-size: 4.9vw;
}
@media screen and (min-width:751px) {
  #mainContents #sec30 .inquiry .ttl {
    font-size: 37px;
  }
}
#mainContents #sec30 .inquiry .ttl .sub {
  font-size: 73%;
  font-weight: 400;
  display: block;
}
#mainContents #sec30 .inquiry .telArea {
  padding: .5em;
  background-color: #fff;
}
#mainContents #sec30 .inquiry .telArea .txt1 {
  padding: .5em;
  line-height: 1.4;
  font-size: 3.6vw;
  font-weight: 700;
  display: block;
}
@media screen and (min-width:751px) {
  #mainContents #sec30 .inquiry .telArea .txt1 {
    font-size: 27px;
  }
}
#mainContents #sec30 .inquiry .telArea .txt1 .sub {
  font-size: 73%;
}
#mainContents #sec30 .inquiry .telArea .telNum {
  width: 86.32%;
  margin: 0 auto .5em;
  display: block;
}
#mainContents #sec30 .inquiry .telArea .time {
  color: #be9b46;
  font-size: 2.66vw;
}
@media screen and (min-width:751px) {
  #mainContents #sec30 .inquiry .telArea .time {
    font-size: 20px;
  }
}


/* ---------------------------------------------
#pageFooter
--------------------------------------------- */
#pageFooter {
  margin: 0;
  padding: 2em 0;
  text-align: center;
  font-size: 3vw;
  position: relative;
}
@media screen and (min-width:751px) {
  #pageFooter {
    font-size: 18px;
  }
}
#pageFooter .inquiryLink {
  margin: 0 0 2em;
}
#pageFooter .inquiryLink .btn {
  font-size: 3.05vw;
  font-weight: 600;
  display: inline-block;
}
@media screen and (min-width:751px) {
  #pageFooter .inquiryLink .btn {
    font-size: 23px;
  }
}
#pageFooter .inquiryLink .btn a {
  padding: .6em 1.7em;
  text-decoration: none;
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .2s;
}
#pageFooter .inquiryLink .btn a::before {
  content: '';
  width: 1.867vw;
  height: 2.8vw;
  margin-right: .8em;
  background: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E7%B7%A8%E9%9B%86%E3%83%A2%E3%83%BC%E3%83%89%22%20data-name%3D%22%E7%B7%A8%E9%9B%86%E3%83%A2%E3%83%BC%E3%83%89%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2013.61%2020.21%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20stroke-width%3A%200px%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%220%200%200%2020.21%2013.61%2010.1%200%200%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
  background-size: 100% auto;
  transition: all .2s;
}
@media screen and (min-width:751px) {
  #pageFooter .inquiryLink .btn a::before {
    width: 14px;
    height: 21px;
  }
}
#pageFooter .inquiryLink .btn a:hover {
  color: #000;
  background-color: #fff;
}
#pageFooter .inquiryLink .btn a:hover:before {
  background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E7%B7%A8%E9%9B%86%E3%83%A2%E3%83%BC%E3%83%89%22%20data-name%3D%22%E7%B7%A8%E9%9B%86%E3%83%A2%E3%83%BC%E3%83%89%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2013.61%2020.21%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23231815%3B%20stroke-width%3A%200px%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%220%200%200%2020.21%2013.61%2010.1%200%200%22%2F%3E%3C%2Fsvg%3E');
}
#pageFooter .qualification {
  margin: 0 0 3em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4%;
}
#pageFooter .qualification .logo {
  margin: 0;
}
#pageFooter .qualification .logo1 {
  width: 16.801%;
}
#pageFooter .qualification .logo2 {
  width: 25.467%;
}
#pageFooter .jadma a:hover {
  filter: opacity(80%);
}
#pageFooter .footerNav {
  margin: 0 0 2em;
}
#pageFooter .footerNav ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
@media screen and (min-width:751px) {
  #pageFooter .footerNav ul {
    display: flex;
    justify-content: center;
  }
}
#pageFooter .footerNav ul li {
  margin: 0 0 .5em;
  padding: 0;
}
#pageFooter .footerNav ul li::after {
  content: '\0FF5C';
  margin: 0 0 0 .2em;
  display: inline-block;
}
@media screen and (max-width:750px) {
  #pageFooter .footerNav ul li::after {
    display: none;
  }
}
#pageFooter .footerNav ul li:last-child::after {
  display: none;
}
#pageFooter .footerNav ul li a:link,
#pageFooter .footerNav ul li a:visited {
  color: #000;
  text-decoration: none;
}
#pageFooter .footerNav ul li a:hover {
  text-decoration: underline;
}
#pageFooter .promise {
  margin: 0 0 .5em;
}
#pageFooter .copyright {
  margin: 0;
  font-size: 2vw;
}
@media screen and (min-width:751px) {
  #pageFooter .copyright {
    font-size: 14px;
  }
}
