@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: #def7ff;
}
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;
}

article {
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  margin: auto;
  background: #f0f0f0;
  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: 550px;
}

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

.large-text{
/*	  font-size: 1.1em; */

}
.small-text {
  font-size: 0.85em; 
}



@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(23px, 3.0666666667vw);
  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;
}

.br-sp {
    display: none;
}

@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
}

/* --------------------------------
pgcd
-------------------------------- */
#main.pgcd #matome, #main.pgcd #ikkatsu, #main.pgcd #tanpin,
#main.pgcd #fixed_2sec01, #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;
	margin-top: 20px;
	font-weight: 400;
}

.btn02 {
	background-color: white;
  border: 2px solid #3a4e3a;
  color: #3a4e3a;
}
@media (max-width: 768px) {
  .btn {
    display: flex;
    height: ws(50);
    font-size: ws(13);
	  margin-top: 10px;
  }
}

.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: "";
}

.btn02:before {
	border-color: transparent transparent transparent #3a4e3a;
}
@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 h2 {
	background-color: #b38910;
	padding: 2rem 0;
	font-size: min(44px, 8vw);
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	color: white;
}

@media (max-width: 768px) {
	#cover h2 {
	padding: 1rem 0.5rem;
		}
}
/* --------------------------------
	sec01
-------------------------------- */
.sec01 {
	padding: 50px 30px 50px;
	background-color: white;
}
.sec01  h1{
	font-family: Ryumin Medium KL, serif;
 font-size: 30px;
	line-height:1.5;
	text-align: center;
	margin-bottom: 20px;
	letter-spacing: 0.5rem;
}

.sec01  h2{
	line-height:1.2;
	margin: 0 auto;
	text-align: center;
 font-weight: 300;
	    max-width: 300px;
    letter-spacing: 0.7rem;


}

.sec01 .annotations{
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.3;
}

.sec01  p {
 font-size: 20px;
    line-height: 1.7;
	margin-bottom: 20px;
}

.sec01  figure {
 margin-top: 10px
}


@media (max-width: 768px) {
	.sec01 {
		padding: 40px 15px 40px;
	}
	.sec01  h1 {
		font-size: 24px;
		letter-spacing: 0.2rem;
	}
	.sec01  h2{
 font-size: 25px;
}
	
	.sec01  p {
 font-size: 20px;
}
	

}


/* --------------------------------
	#sec02
-------------------------------- */

#sec02{
	background-color: #edee80;
	padding: 50px 30px 50px;
}

.sec02  h1{
	font-family: Ryumin Medium KL, serif;
 font-size: 30px;
	line-height:1.5;
	text-align: center;
	margin-bottom: 30px;
	letter-spacing: 0.5rem;
}

.sec02 figure{
	background-color: #edee80;
	text-align: center;
	
	
}

#sec02 figure.item_fig {
  max-width: 50%;
  margin: 0 auto 20px;
}


.sec02 h2{
		font-family: Ryumin Medium KL, serif;
	background-color: #00a99d;
	color: white;
	text-align: center;
	padding: 0.2em 0.5em;      
border-radius: 9999px;  
	margin-top: 40px;
	font-size: min(29px, 5vw);
}
.sec02 h3{
		font-family: Ryumin Medium KL, serif;
	color: #00a99d;
		text-align: center;	
	margin: 20px 0 10px;
	font-size: min(45px, 9vw);
}
.sec02 .sub_name{
	text-align: center;
	font-size: 17px;
}
.sec02 .name{
	font-family: Ryumin Medium KL, serif;
	text-align: center;
	font-size: 27px;
}
.sec02 p{
font-size: 20px;
}

.underline {
  border-bottom: 5px solid #00a99d;
  padding-bottom: 2px;
}



@media (max-width: 768px) {
	
	
#sec02{
	padding: 50px 15px 50px;
}
	
	.sec02  h1{
	letter-spacing: 0.2rem;
}
	

	
.sec02 .name{
	font-size: 25px;
}

}

/* --------------------------------
	#sec03
-------------------------------- */

#sec03{
	background-color: white;
	padding: 50px 30px 50px;

}
.sec03-text {
  display: flex;
  align-items: flex-start; 
	align-items: center;  
    gap: 20px;
    margin: 20px;    
}

.sec03-text img {
  width: 90px;             
  height: auto;
  flex-shrink: 0;          
}

.sec03-text p {
  margin: 0;
  font-size: 26px;      
  line-height: 1.5;
}


@media (max-width: 768px) {
	
	
#sec03{
	padding: 30px 15px 30px;

}
	
	.sec03-text img {
    width: 68px;
}
	
	.sec03-text p {
    font-size: 20px;
}
	
	.sec03-text {
    gap: 15px;
    margin: 10px;
}

}

/* --------------------------------
	#sec04
-------------------------------- */

#sec04{
	background-color: #edee80;
	padding: 50px 30px 20px;
color: #00a99d;
}

#sec04 p{
	font-size: 28px;
	margin: 20px 0;
}
@media (max-width: 768px) {
	
#sec04 p {
    font-size: 20px;
}
	
	#sec04{
	padding: 30px 20px 20px;
}
}
/* --------------------------------
	#sec05 
-------------------------------- */

#sec05 {
	background-color: white;
	padding: 30px 30px 70px;
}
#sec05 p{
	font-size: 16px;
}

@media (max-width: 768px) {
#sec05 {
    padding: 20px 15px 70px;
	
}
	#sec05 p{
    line-height: 1.3;
}
}
/* --------------------------------
	set
-------------------------------- */
#item,#set{
	background-color: white;
}

.offer_id {
    padding: 0 15px 60px;
    background-color: white;
}

#set p{
	font-size: 16px;
	margin-top: 10px;
}
@media (max-width: 768px) {

	#set p{
    line-height: 1.3;
		margin-top: 10px;
		font-weight: 400;
}
}
/* --------------------------------

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

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