@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
footer {
  position: relative;
  z-index: 10;
}

/* --------------------------------
	body
-------------------------------- */
main {
  overflow: hidden;
  box-sizing: border-box;
  background: #f9f3ea;
}
main img, main svg, main video {
  width: auto;
  height: auto;
  display: inline;
  max-width: 100%;
}
main p, main h2, main h3, main h4, main h5, main h6, main li {
  font-size: min(30px, 4vw);
  letter-spacing: 0.05em;
  font-weight: 400;
}
main p, main li {
  line-height: 1.6923076923;
  font-weight: 300;
}
main sup {
  vertical-align: super;
  font-size: 50%;
  transform-origin: left bottom;
  position: relative;
  top: -0.1em;
}
main .note {
  font-size: min(18px, 3.4vw);
  line-height: 1.3333333333;
  margin-top: 1em;
}
main .lts0 {
  letter-spacing: normal;
}

article {
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  margin: auto;
  background: #fff;
  padding-bottom: 80px;
  position: relative;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  width: 750px;
}
@media (max-width: 750px) {
  article {
    width: 100%;
  }
}
article strong {
  font-weight: inherit;
}
article img {
  max-width: 100%;
}
article .-ib {
  display: inline-block;
}

#main a, #main a:hover {
  transition: 0.2s ease-out;
}

#main a:hover {
  opacity: 0.8;
}

#main.login .btn_logout {
  display: none !important;
}

#main.logout .btn_login {
  display: none !important;
}

#main.login p.btn_logout {
  display: none !important;
}

#main.logout p.btn_login {
  display: none !important;
}

#main.pgcd a.btn_logout {
  display: none !important;
}

#main.pgcd a.btn_login {
  display: none !important;
}

#main.pgcd a.fixed {
  display: none !important;
}

#main .pgcd.for_members {
  display: none !important;
}

#main.pgcd .pgcd.for_members {
  display: block !important;
  text-align: center;
  font-size: 12px;
  margin-top: 15px;
}

#main.pgcd .awa {
  display: none !important;
}

#main strong { /*font-weight: normal;*/ }

#main > section:after {
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  content: "";
}

section {
  box-sizing: border-box;
  position: relative;
  margin: auto;
}

.inner {
  box-sizing: border-box;
  position: relative;
  padding: 0 min(30px, 4vw);
  width: aato;
}

a img {
  outline: none;
  border: none;
}

a {
  outline: none;
  border: none;
}

a:focus {
  outline: none;
  border: none;
}

sup {
  display: inline-block;
  position: relative;
  top: 0px;
}

/* --------------------------------
pgcd
-------------------------------- */
#main.pgcd #matome, #main.pgcd #ikkatsu, #main.pgcd #tanpin,
#main.pgcd #fixed_2step, #main.pgcd, #main.pgcd .withbottle {
  display: none !important;
}

div.section_nl_outer {
  margin-top: 40px;
  padding-bottom: 0;
}

div.section_nl {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  width: 717px;
  margin: 0 auto;
  background-image: none !important;
}

div.section_nl p {
  position: relative;
}

div.section_nl p.toshop .btn {
  display: block; /*position: absolute; left: 210px; top: 10px;*/
  margin: 15px auto 0;
}

div.section_nl p.login .btn {
  display: block;
  position: absolute;
  left: 213px;
  top: 19px;
}

div.section_nl p.login .btn.new {
  display: block;
  position: absolute;
  left: 214px;
  top: 97px;
  width: 287px;
}

/* --------------------------------
	最下部ボタン
-------------------------------- */
.bottom_btn {
  margin: 70px auto 70px;
  text-align: center;
}

bottom_btn p {
  margin: auto;
}

.bottom_btn .attention {
  margin-bottom: 15px;
  font-size: 11px;
}

.bottom_btn a:hover {
  opacity: 0.9;
}

.bottom_btn p.attention {
  text-align: center !important;
}

/* --------------------------------
ボタン
-------------------------------- */
.btn {
  position: relative;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: min(100px, 13.3333333333vw);
  padding-left: 1%;
  background-color: #3a4e3a;
  border: 2px solid #3a4e3a;
  border: none;
  color: #fff;
  font-size: min(26px, 3.4666666667vw);
  text-decoration: none;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  transition: 0.25s;
  position: relative;
}
@media (max-width: 768px) {
  .btn {
    display: flex;
    height: ws(50);
    font-size: ws(13);
  }
}

.btn:before {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  vertical-align: middle;
  margin-top: 0px;
  margin-right: 2px;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
  content: "";
}
@media (max-width: 768px) {
  .btn:before {
    border-width: 4px 0 4px 7px;
  }
}

.btn:hover {
  opacity: 1 !important;
  background: #fff;
  color: #3a4e3a;
  border: 2px solid #3a4e3a;
}
.btn:hover::before {
  border-color: transparent transparent transparent #3a4e3a;
}

.btn > * {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 100%;
  top: 5px;
  left: 40%;
  padding-left: 5px;
  text-decoration: none !important;
  line-height: 1;
}

.btn span .type {
  font-size: min(34px, 4.5333333333vw);
  font-family: serif;
  margin-right: ws(40);
  display: inline-block;
  margin-right: min(50px, 6.6666666667vw);
}

a.btn:link, a.btn:visited {
  text-decoration: none !important;
}

.bottom_btn p.toshop .btn {
  padding-top: 0;
  box-sizing: border-box;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  position: relative;
  width: 230px;
  height: 45px;
  border: none;
  border-radius: 5px;
  color: #fff !important;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  transition: 0.25s;
}

.bottom_btn p.toshop .btn:before {
  margin-right: 10px;
}

.bottom_btn p.login .btn {
  width: 450px;
  display: block;
  position: absolute;
  left: 213px;
  top: 19px;
}

.bottom_btn p.login .btn.new {
  width: 450px;
  display: block;
  position: absolute;
  left: 214px;
  top: 97px;
}

/* --------------------------------
	cover
-------------------------------- */

#cover {
  position: relative;
}
#cover h1 {
  text-align: center;
	max-width: auto;
	height: auto;	
	margin-bottom: 10px;
}
#cover h2 {
  text-align: center;
	max-width: auto;
	height: auto;	
}

#cover .upper {
  background: #c6efb0 url(../img/cover.jpg) center top/100% auto no-repeat;
  padding: min(47px, 2.2666666667vw) 0 min(72px, 9.6vw);
}
#cover .upper h1 {
  text-align: center;
}
#cover .upper h1 img {
/*  height: min(247px, 32.9333333333vw);*/
}
#cover .upper ul {
  margin-top: min(658px, 87.7333333333vw);
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#cover .upper ul li {
  width: min(255px, 34vw);
  background: #009C3B;
  border-radius: min(30px, 4vw);
  color: #fff;
  padding: min(30px, 4vw) min(20px, 2.6666666667vw);
  position: relative;
}
#cover .upper ul li:nth-child(2) {
  width: min(414px, 55.2vw);
}
#cover .upper ul li .num {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(50%, -50%);
  width: min(78px, 10.4vw);
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: min(12px, 1.6vw) solid #009C3B;
  color: #D0BF5F;
  font-size: min(37px, 4.9333333333vw);
  font-weight: 900;
  line-height: 1;
  padding: 0 0 min(4px, 0.5333333333vw) min(4px, 0.5333333333vw);
}
#cover .upper ul li h2 {
  text-align: center;
  font-size: min(38px, 5.0666666667vw);
  font-weight: 500;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.2em;
  margin-bottom: 0.3em;
}
#cover .upper ul li p strong {
  border-bottom: 1px solid #fff;
}
#cover .lower a.newitem {
  margin-top: min(50px, 6.6666666667vw);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: min(20px, 2.6666666667vw);
  background: #DA4F2E;
  height: min(115px, 15.3333333333vw);
  color: #fff;
  font-size: min(44px, 5.8666666667vw);
  font-weight: 400;
  letter-spacing: 0.1em;
}
#cover .lower a.newitem::after {
  content: "▶";
  transform: scale(0.8);
  transform-origin: right center;
  padding-left: min(20px, 2.6666666667vw);
}



@media (max-width: 768px) {
  
#cover h1 {
	padding-right: 10px;
	padding-left: 10px;
}

}
/* --------------------------------
	point
-------------------------------- */
#point {
  margin-top: 80px;
}
#point ul li {
  margin-top: 40px;
}
#point ul li h2 {
  text-align: center;
}
#point ul li h2 img {
  height: min(248px, 33.0666666667vw);
  width: auto;
}
#point ul li p.body {
  font-size: min(24px, 4.2vw);
  margin-top: min(30px, 4vw);
}

#arrow {
  text-align: center;
  margin-top: min(90px, 12vw);
}
#arrow img {
  width: min(602px, 80.2666666667vw);
}

/* --------------------------------
	present
-------------------------------- */
/*
#present {
  margin-top: min(80px, 10.6666666667vw);
}
*/
#present .block {
  margin: auto auto min(70px, 9.3333333333vw);
  position: relative;
}

/* --------------------------------

-------------------------------- */
.offer {
  padding: min(40px, 5.3333333333vw) 0 0;
}
.offer .btn {
  margin: min(30px, 4vw) 0 min(30px, 4vw);
}
.offer .btn_login + .btn_login {
  margin-top: 0;
}
.offer .offer_id {
  margin-top: min(80px, 10.6666666667vw);
}
.offer .offer_id + .offer_id {
  margin-top: min(100px, 13.3333333333vw);
}


.inner .btn {
    margin: min(30px, 4vw) 0 min(30px, 4vw);
}


.inner .btn {
  margin: min(30px, 4vw) 0 min(30px, 4vw);
}

.inner  .btn_login + .btn_login {
  margin-top: 0;
}

#vocell{
	background-color: #e9ffdd;
	margin-top: min(75px, 10.3333333333vw);
	padding-bottom: min(80px, 10.6666666667vw);
}


/* --------------------------------
	class
-------------------------------- */
#main .serif {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
#main .serif.en {
  letter-spacing: normal;
}
#main .lts {
  letter-spacing: -0.05em;
}
/*# sourceMappingURL=style.css.map */