@charset "UTF-8";
/* --------------------------------
	body
-------------------------------- */
main {
  overflow: hidden;
  box-sizing: border-box;
  background: #e5f4ff;
}
main img, main svg, main video {
  width: auto;
  height: auto;
  display: inline;
  max-width: 100%;
}
main sup {
  vertical-align: super;
  font-size: 70%;
  transform: scale(0.8);
  transform-origin: left bottom;
}
article {
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  margin: auto;
  background: #fff;
  padding-bottom: 80px;
  position: relative;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}
@media (min-width: 750px) {
  article {
    width: min(100vw, 550px);
  }
}
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 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;
  margin: auto min(4vw, 22px);
  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;
}

.attention {
	font-size: min(16px, 2.8vw);
}
.uline {
	border-bottom: 1px solid black;
	padding-bottom: 1px;
}

/* --------------------------------
pgcd
-------------------------------- */
#main.pgcd #matome, #main.pgcd #ikkatsu, #main.pgcd #tanpin,
#main.pgcd #fixed_2step, #main.pgcd .btn.matome, #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(13.3333333333vw, 73.3333333333px);
  padding-left: 1%;
  background-color: #3a4e3a;
  border: 2px solid #3a4e3a;
  border: none;
  color: #fff;
  font-size: min(3.4666666667vw, 19.0666666667px);
  text-decoration: none;
  text-align: center;
  line-height: 1;
  cursor: pointer!important;
  transition: 0.25s;
  position: relative;
	margin-top: min(1vw, 5px);
}

.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: min(1.4666666667vw, 8.0666666667px) 0 min(1.4666666667vw, 8.0666666667px) min(2vw, 11px);
  border-color: transparent transparent transparent #fff;
  content: "";
}

.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 i {
  font-style: normal;
  font-size: 120%;
  font-family: serif;
  position: relative;
  display: inline-block;
  bottom: min(-0.2666666667vw, -1.4666666667px);
  margin-right: min(3.3333333333vw, 18.3333333333px);
  margin-left: min(-4vw, -22px);
}
.btn span .type {
  font-size: min(2.2666666667vw, 12.4666666667px);
  font-family: serif;
  margin-left: min(-2.6666666667vw, -14.6666666667px);
  margin-right: min(5.3333333333vw, 29.3333333333px);
}

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;
}

#sec01 .btn, #sec02 .btn {
  background-color: #b54666;
  line-height: 1.4;
	font-size: min(4vw, 20px);
}

#sec01 .btn:hover, #sec02 .btn:hover {
  opacity: 1 !important;
  background: #b54666;
  color: #fff;
  border: 2px solid #b54666;
}
#sec01 .btn:hover::before, #sec02 .btn:hover::before {
  border-color: transparent transparent transparent #fff;
}

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

-------------------------------- */
main p, main h2, main h3, main h4, main h5, main h6, main li {
  font-size: min(20px, 4.0vw);
  line-height: 1.8;
}

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

-------------------------------- */
/* --------------------------------
	offer
-------------------------------- */
.elm {
  position: fixed;
  inset: 0;
	margin: auto;
  transition: 0.5s;
  opacity: 0;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.elm img {
}

@media screen and (max-width: 749px) {
	.elm {
		display: none;
	}
}

.elm.js-on {
	animation: fadein 1.0s ease-out forwards;
}

.elm.js-off {
	animation: fadeout 1.0s ease-out forwards;
}

@keyframes fadein {
  0% {
     opacity: 0
  }
  100% {
     opacity: 1
  }
}

@keyframes fadeout {
  0% {
     opacity: 1
  }
  100% {
     opacity: 0
  }
}
/* --------------------------------
	intro
-------------------------------- */
section#intro {
	position: relative;
}


section#intro div.inner h2 {
	text-align: center;
	margin-top: 2rem;
}

section#intro div.inner p {
	margin-top: 3rem;
}

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


/* --------------------------------
	sec01
-------------------------------- */
section#sec01 {
	background-color: #fdfade;
	margin-top: min(80px, 4rem);
	padding-top: min(80px, 4rem);
	padding-bottom: min(8vw, 60px);
}

section#sec01 div.inner h2 {
	text-align: center;
}

section#sec01 div.inner p.attention {
	text-align: center;
	margin: 0;
	padding: 0;
}

section#sec01 div.inner p.attention:last-of-type {
	text-align: left;
	margin: 1rem 0 0;
	padding: 0;
}

section#sec01 div.inner h3 {
	padding-top: min(80px, 4rem);
}

section#sec01 div.inner h4 {
	font-size: min(5vw, 28px);
	text-align: center;
	line-height: 1.8;
	padding-top: 0;
	font-weight: bold;
}

section#sec01 div.inner h4 span {
	border-bottom: 1px solid #000;
}

section#sec01 div.inner h3:last-of-type {
	padding-bottom: min(50px, 3rem);
}

section#sec01 figure:last-of-type {
	padding-top: min(80px, 4rem);
}

.success-msg {
    display: none;
    position: fixed;
    width: 300px;
    height: 40px;
    line-height: 40px;
    background-color: #5cc9d3;
    color: #fff;
    /*top: auto;
    left: 0;*/
	inset: 0;
	margin: auto;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 5px;
	font-size: min(5vw, 28px);
	z-index: 100;
}

#copy-url, #copy-url02 {
	box-sizing: border-box;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: min(13.3333333333vw, 73.3333333333px);
    padding-left: 1%;
    background-color: #FFF;
    border: 1px solid #1b5318;
    color: #1b5318;
    font-size: min(4vw, 20px);
    text-decoration: none;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    transition: 0.25s;
    position: relative;
    margin-top: min(5vw, 24px);
	font-weight: bold;
}

#copy-url:before, #copy-url02: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: min(1.4666666667vw, 8.0666666667px) 0 min(1.4666666667vw, 8.0666666667px) min(2vw, 11px);
    border-color: transparent transparent transparent #1b5318;
    content: "";
}

/* --------------------------------
	sec02
-------------------------------- */
#sec02 {
	padding-bottom: min(8vw, 60px);
}
#sec02 figure {
	margin-top: 40px;
	margin-bottom: 20px;
}

@media screen and (max-width: 749px) {
	#sec02 figure {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
}

#sec02_2 h2 {
	padding-top: min(50px, 3rem);
}

#sec02 div.inner p.note {
	color: #00481a;
	text-align: center;
	padding-top: min(2vw, 10px);
}

#sec02 div.inner p.note a {
	display: inline;
	border-bottom: 1px solid #00481a;
}

/* --------------------------------
	sec03
-------------------------------- */
#sec03 {
	background-color: #fdfade;
	padding-top: min(80px, 4rem);
}

#sec03 div.inner h2 {
	text-align: center;
}

#sec03 div.inner p.attention {
	text-align: center;
	margin: 0;
	padding: 0;
}

#sec03 div.inner p.attention:last-of-type {
	text-align: left;
	margin: 1rem 0 0;
	padding: 0;
}

#sec03 div.inner h3 {
	padding-top: min(80px, 4rem);
}

#sec03 div.inner h4 {
	font-size: min(5vw, 28px);
	text-align: center;
	line-height: 1.8;
	padding-top: 0;
	font-weight: bold;
}

#sec03 div.inner h4 span {
	border-bottom: 1px solid #000;
}

#sec03 div.inner h3:last-of-type {
	padding-bottom: min(50px, 3rem);
}

#sec03 figure:last-of-type {
	padding-top: 0;
}


/* --------------------------------
	item
-------------------------------- */
section#item {
	background-color: #f6e7e7;
	padding-bottom: min(9vw, 60px);
}
section#item div.inner h1 {
	padding-top: min(8vw, 20px);
}
section#item div.inner h2 {
	padding-top: min(9vw, 40px);
}

section#item div.inner p.note {
	color: #00481a;
	text-align: center;
	padding-top: min(2vw, 10px);
}

section#item div.inner p.note a {
	display: inline;
	border-bottom: 1px solid #00481a;
}

#item ul {
	margin-top: 1rem;
	list-style-type: none;
}

#item ul li {
	background-image: url("../img/item_check.png");
	background-repeat: no-repeat;
	background-position: left 6px;
	background-size: 30px auto;
	padding-left: 36px;
}

#item ul li span {
	font-weight: 600;
	border-bottom: 1px solid black;
}

@media screen and (max-width: 749px) {
	#item ul li {
		background-position: left 6px;
		background-size: 20px auto;
		padding-left: 24px;
	}
}

#item .item_block p.note:nth-of-type(3) {
	padding-top: 0;
}

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

-------------------------------- */
section#offer {
	background-color: white;
	padding-bottom: min(8vw, 60px);
}
section#offer .inner:first-of-type {
  padding-bottom: min(8vw, 44px);
}
section#offer .inner:first-of-type .offer_id {
  margin-top: min(8vw, 44px);
}
section#offer .inner:first-of-type .offer_id + .offer_id {
  margin-top: min(16vw, 88px);
}
section#offer .inner:first-of-type .offer_id .multi {
  background: #fff;
}
section#offer .inner:first-of-type .offer_id a + a + a {
  margin-top: min(5.3333333333vw, 29.3333333333px);
}
section#offer .btnarea {
  margin-top: 60px;
}
section#offer .bottomnote {
  font-size: min(2.4vw, 13.2px);
  line-height: 1.3333333333;
  margin-top: min(4vw, 22px);
}
section#offer .inner h3 {
	margin-top: min(8vw, 60px);
}


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

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

@media (min-width: 750px) {
	#Footer {
		position: relative;
		z-index: 9999;
	}
}


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



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

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

-------------------------------- */
/*# sourceMappingURL=style.css.map */