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

/* --------------------------------
	body
-------------------------------- */
main {
  overflow: hidden;
  box-sizing: border-box;
  background: #efefef;
}
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(20px, 2.6666666667vw);
  line-height: 1.3;
  margin-top: 1em;
}
main .lts0 {
  letter-spacing: normal;
}

.attention {
  font-size: min(14px, 3vw) !important;
  padding-top: min(20px, 3vw) !important;
}

article {
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  margin: auto;
  background: #fff;
  position: relative;
  font-weight: 400;
  width: 550px;
  max-width: 100%;
}

#cover h1 img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 550px) {
  /* article {
    width: 100%;
  } */
}
article strong {
  font-weight: inherit;
}
article img {
  max-width: 100%;
}

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

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

#special p.toshop .btn,
#back p.toshop .btn,
.linkbox 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(70px, 13.3333333333vw);
  padding-left: 1%;
  background-color: #3a4e3a;
  border: 2px solid #3a4e3a;
  border: none;
  color: #fff;
  font-size: min(26px, 4.5vw);
  text-decoration: none;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  transition: 0.25s;
  position: relative;
  margin-top: min(30px, 2.5rem);
}
@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: "";
}

#special p.toshop .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 #eebac0;
  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;
}

#special p.toshop .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;
}

#special p.toshop .btn {
  padding-top: 0;
  box-sizing: border-box;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 5px;
  color: #eebac0 !important;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  transition: 0.25s;
  background-color: #fff;
  font-size: min(26px, 5vw);
}

#back p.toshop .btn,
.linkbox p.toshop .btn {
  padding-top: 0;
  box-sizing: border-box;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 5px;
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  transition: 0.25s;
  background-color: #00a199;
  font-size: min(26px, 5vw);
}

#special p.toshop .btn:before,
#back p.toshop .btn:before,
.linkbox 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;
  background-color: #fff;
}

/* --------------------------------
	item
-------------------------------- */

#item {
  padding-bottom: min(80px, 4rem);
  background-color: #e3ddcd;
}

#item div.title {
  background-color: #b3924a;
  color: white;
  padding-top: min(20px, 1.5rem);
}

#item div.title h2 {
  font-size: min(40px, 9vw);
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.3;
  padding-top: min(20px, 0.5rem);
  padding-bottom: min(20px, 1.5rem);
}

#item div.title p {
  text-align: center;
  font-size: min(30px, 6vw);
  line-height: 1.3;
  font-weight: 400;
  padding-top: min(50px, 3rem);
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

#item figure.item_arrow {
  padding-top: 0;
}

#item div.block {
  padding-top: min(80px, 6rem);
}

#item figure:first-child {
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #item div.title p {
    padding-top: min(30px, 2rem);
  }
  #item figure:first-child {
    width: 90%;
    margin: 0 auto;
  }
}

/* --------------------------------
	見出し
-------------------------------- */
.sec_title {
  font-size: min(32px, 5.5vw);
  font-weight: 400;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  padding: 15px 0 15px 10%;
  background-size: 8% auto;
  background-repeat: no-repeat;
  background-position: 0 5px;
  line-height: 1.3;
}

.title_pin {
  background-image: url("../img/pin.png");
}

.title_pil {
  background-image: url("../img/pil.png");
}

/* --------------------------------
	セットへのリンク
-------------------------------- */

#special {
  padding-top: min(80px, 8rem);
  padding-bottom: min(80px, 8rem);
  background-color: #eebac0;
}

#special h2 {
  font-size: min(30px, 6vw);
  text-align: center;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  line-height: 1.3;
}

/* --------------------------------
	トップへ戻る
-------------------------------- */
#back {
  padding-bottom: min(80px, 8rem);
  padding-top: min(40px, 4rem);
}

/* --------------------------------
	メニュー
-------------------------------- */
.fixed_btn {
  position: fixed;
  bottom: 0;
  /*right: min(23px, 3.0666666667vw);
	left: min(23px, 3.0666666667vw);*/
  transition: 0.5s;
  width: 550px;
  margin: auto;
}

.fixed_btn img {
  width: 100%;
}

@media (max-width: 750px) {
  .fixed_btn {
    width: 100%;
  }
}

/*フッターまでスクロールしたら消す*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
}

/*モーダルを開くボタン*/
.modal-open {
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 100%);
  padding: 40px 0;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 999999;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 92%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: 0;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #000;
  cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content {
  background: #f2efe1;
  text-align: left;
  padding: 15px;
}

.modal-content h4 {
  margin-bottom: 40px;
}

.modal-content dl {
  border-top: 1px solid #00a199 !important;
  display: flex;
  align-items: stretch;
  margin-top: 2px;
}

.modal-content dl dt {
  width: 27%;
  padding-right: 5%;
  margin-top: 2px;
  background-color: white;
  display: flex;
  align-items: center;
}

.modal-content dl dd {
  display: flex;
  align-items: center;
  font-size: 29px;
  font-weight: 400;
  margin-top: 2px;
  background-color: white;
  width: 73%;
}

.modal-content dl dd span {
  font-size: 24px;
}

.modal-content dl dd.release {
  display: block;
  vertical-align: middle;
}

@media (max-width: 750px) {
  .modal-content h4 {
    margin-bottom: 2rem;
  }
  .modal-content dl dd {
    font-size: 5.5vw;
  }
  .modal-content dl dd span {
    font-size: 4vw;
  }
}

#set div.title h2 {
  font-size: min(40px, 7vw);
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  text-align: center;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.3;
  padding-top: min(70px, 4.5rem);
  padding-bottom: min(20px, 1.5rem);
}

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

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