﻿img {
width: 100%;
height: auto;
}


/*contents*/
#contents {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}
#contents h1 {
font-family: 'Kumbh Sans', sans-serif;
font-size:24px;
text-align: center;
margin: 40px 0 80px;
letter-spacing: 0.05em;
}

/*statement*/
#contents .statement {}
#contents .statement h2 {
font-size: 22px;
font-weight: bold;
text-align: center;
margin: 0 0 70px;
}
#contents .statement .statement01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#contents .statement .statement02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
-webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -ms-flex-direction: row-reverse;
         flex-direction: row-reverse;
margin-top: 40px;
}
#contents .statement .statement_img {
-webkit-box-flex: 1;
 -ms-flex-positive: 1;
         flex-grow: 1;
width: 50%;
}
#contents .statement .statement_img p {
font-family: 'Kumbh Sans', sans-serif;
font-size:12px;
text-align: center;
margin: 10px auto;
}
#contents .statement .statement_txt {
-webkit-box-flex: 1;
 -ms-flex-positive: 1;
         flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
-webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
width: 50%;
}
#contents .statement .statement_txt .txt_inner {
width: 66%;
max-width: 525px;
font-size: 14px;
line-height: 2.2;
}

/*component*/
#contents .component {
width: 90%;
max-width: 1100px;
margin: 120px auto;
}
#contents .component h2 {
font-size: 22px;
font-weight: bold;
text-align: center;
margin: 0 0 60px;
}
#contents .component h3 {
font-size: 16px;
font-weight: bold;
text-align: center;
border: 2px solid #000;
border-radius: 30px;
}
#contents .component dt {
font-size: 16px;
font-weight: bold;
text-align: center;
margin: 20px 0 15px;
}
#contents .component dd {
font-size: 12px;
text-align: center;
}
#contents .component .component_inner {
margin-bottom: 50px;
}
#contents .component .component_wrapper01 .component_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
-webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}
#contents .component .component_wrapper02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
-webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}

/*product info*/
#contents .products_info {
width: 90%;
max-width: 1100px;
margin: 110px auto;
}
#contents .products_info h2 {
width: 50%;
max-width: 780px;
margin: 0 auto 50px;
}
#contents .products_info .products_info_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
-webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
margin-bottom: 100px;
}
#contents .products_info .products_pkg {
width: 43%;
}
#contents .products_info .products_txt {
width: 57%;
}
#contents .products_info .products_txt p {
font-size: 14px;
line-height: 2.2;
}
#contents .products_info .fragrence {
width: 58%;
margin: 18px auto 0;
}

/*products*/
#products {
margin: 180px auto 60px;
width: 90%;
max-width: 1100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
-webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
-ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
text-align: center;
}
#products h2 {
font-family: 'Kumbh Sans', sans-serif;
font-size:24px;
text-align: center;
margin: 40px 0;
letter-spacing: 0.05em;
}
#products img {
width: 100%;
height: auto;
}
#products .products_inner {
}
#products .products_inner .products01 {
width: 98%;
margin: 0 auto 0 0;
}
#products .products_inner .products02 {
width: 98%;
margin: 0 0 0 auto;
}
#products .products_inner .products_set {
			margin-bottom: 40px;
}
#products .products_inner h3 {
font-size: 14px;
margin-bottom: 15px;
}
#products .products_inner h2 {
font-size: 14px;
margin-bottom: 10px;
}
#products .products_inner .spec span {
font-size: 11px;
line-height: 1.3;
border: 1px solid #000;
padding: 8px 10px;
border-radius: 40px;
display: inline-block;
margin: 3px 3px;
letter-spacing: -0.05em;
}
#products .products_inner .price {
font-size: 14px;
line-height: 1.55;
margin-top: 10px;
}
#products .products_inner .price span {
padding-top: 15px;
display: block;
}

#contents .annotation {
text-align: center;
font-size: 11px;
line-height: 1.8;
}


@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 768px) {

#contents h1 {
font-size:17px;
text-align: center;
margin: 40px 0 30px;
}

/*statement*/
#contents .statement {
width: 85%;
margin: 0 auto;
}
#contents .statement h2 {
font-size: 15px;
font-weight: bold;
text-align: center;
margin: 0 0 30px;
}
#contents .statement .statement01 {
	display: block;
}
#contents .statement .statement02 {
	display: block;
margin-top: 40px;
}
#contents .statement .statement_img {
width: 100%;
}
#contents .statement .statement_img p {
font-size:10px;
text-align: center;
margin: 10px auto;
}
#contents .statement .statement_txt {
display: block;
width: 100%;
}
#contents .statement .statement_txt .txt_inner {
width: 100%;
max-width: inherit;
font-size: 11px;
line-height: 2.0;
text-align: center;
margin: 30px auto;
}

/*component*/
#contents .component {
width: 85%;
max-width: inherit;
margin: 80px auto;
}
#contents .component h2 {
font-size: 15px;
font-weight: bold;
text-align: center;
margin: 0 0 30px;
}
#contents .component h3 {
font-size: 12px;
font-weight: bold;
text-align: center;
border: 2px solid #000;
border-radius: 30px;
}
#contents .component dt {
font-size: 12px;
font-weight: bold;
text-align: center;
margin: 20px 0 10px;
}
#contents .component dd {
font-size: 11px;
text-align: center;
}
#contents .component .component_inner {
margin-bottom: 30px;
}
#contents .component .component_wrapper01 .component_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
-ms-flex-wrap: wrap;
      flex-wrap: wrap;
-webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}
#contents .component .component_wrapper02 {
	display: block;
}
#contents .component .component_wrapper01 .component_inner dl {
width: 48%;
}

/*product info*/
#contents .products_info {
width: 85%;
max-width: inherit;
margin: 80px auto;
}
#contents .products_info h2 {
width: 100%;
max-width: inherit;
margin: 0 auto 30px;
}
#contents .products_info .products_info_inner {
	display: block;
margin-bottom: 90px;
}
#contents .products_info .products_pkg {
width: 100%;
margin-bottom: 25px;
}
#contents .products_info .products_txt {
width: 100%;
}
#contents .products_info .products_txt p {
font-size: 11px;
line-height: 2.0;
text-align: center;
}
#contents .products_info .fragrence {
width: 90%;
margin: 18px auto 0;
}

/*products*/
#products {
width: 85%;
-webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
									margin: 60px auto 0;
}
#products h2 {
font-size:17px;
text-align: center;
margin: 30px 0;
}
#products img {
width: 100%;
height: auto;
}
#products .products_inner {
width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
}
#products .products_inner .products_set {
			margin-bottom: 30px;
}
#products .products_inner .products01 {
width: 100%;
margin: 0 auto;
}
#products .products_inner .products02 {
width: 100%;
margin: 30px auto 0;
}
#products .products_inner h3 {
font-size: 11px;
margin-bottom: 0px;
}
#products .products_inner h2 {
font-size: 11px;
margin-bottom: 8px;
margin-top: 10px;
}
#products .products_inner .spec {
transform: scale(0.95);
}
#products .products_inner .spec span {
font-size: 10px;
line-height: 1.3;
border: 1px solid #000;
padding: 5px 6px;
border-radius: 28px;
display: inline-block;
margin: 3px 3px;
letter-spacing: -0.05em;
}
#products .products_inner .price {
font-size: 11px;
margin-top: 8px;
}
#products .products_inner .price span {
padding-top: 10px;
}

#contents .annotation {
width: 85%;
margin: 0 auto;
text-align: left;
font-size: 10px;
}

}