body {
  min-width: 980px;
}

@media only screen and (max-width: 750px) {
  body {
    min-width: 0;
  }
}

.main .topBox {
  margin-bottom: 20px;
  padding: 10px;
  background-color: #BAE2F8;
}

.main .topBox .subBox {
  margin: 0 auto;
  padding: 100px 8% 104px;
  max-width: 1180px;
  position: relative;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  background: url(/products/mild/img/top_box_bg.png?v=1.1) no-repeat center bottom;
  background-size: 100% 100%;
}

.main .topBox .photoBox {
  /* width: 32.5%; */
  position: absolute;
  right: 7%;
  top: 18px;
}

.main .topBox .photoBox img {
  width: 100%;
}

.main .topBox h1 {
  max-width: 60%;
  margin-bottom: 11px;
  color: #009fd6;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 5px;
  text-shadow: 2px 2px 0 #FFF;
}

.main .topBox h1 span {
  margin-top: 21px;
  display: block;
  font-size: 31px;
  font-size: 3.1rem;
}

.main .topBox h1 .txt {
  margin-top: 0;
  font-size: 51px;
  font-size: 5.1rem;
  letter-spacing: 6px;
}

@media all and (-ms-high-contrast:none) {
  .main .topBox h1 .txt {
    letter-spacing: 3px;
  }
}

@media (min-width: 751px) and (max-width: 1180px) {
  .main .topBox .subBox {
    padding: 73px 4% 66px;
  }

  .main .topBox .photoBox {
    right: 7%;
  }
}

.main .topBox p {
  max-width: 60%;
  color: #009FD6;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.2;
}

@media only screen and (max-width: 750px) {
  .main .topBox {
    padding: 8px;
  }

  .main .topBox .subBox {
    padding: 13px 15px 8px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    background-position: -100px center;
    background-size: cover;
  }

  .main .topBox .photoBox {
    margin: 0 0 5px 10px;
    width: auto;
    position: relative;
    text-align: center;
    right: auto;
    top: auto;
  }

  .main .topBox .photoBox:before {
    position: absolute;
    left: 15%;
    top: 8%;
    width: 30px;
    height: 30px;
    /*background: url(/products/mild/img/icon_news.png) no-repeat center center;*/
    background-size: 30px auto;
    content: ' ';
  }

  .main .topBox .photoBox img {
    width: 67%;
  }

  .main .topBox h1 {
    margin: 0 -10px 5px;
    max-width: inherit;
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0;
  }

  .main .topBox h1 span {
    margin-top: 0;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .main .topBox h1 .txt {
    margin-top: 0;
    font-size: 29px;
    font-size: 2.9rem;
    letter-spacing: 0;
  }

  .main .topBox p {
    max-width: inherit;
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.5;
  }
}


.main .h2Head {
  margin-bottom: 32px;
  position: relative;
  text-align: center;
  letter-spacing: 3px;
}

.main .h2Head img {
  margin: 0 auto;
}

.main .h2Head span {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 11px;
  display: block;
  color: #DD6F1E;
  font-size: 25px;
  font-size: 2.5rem;
  /*font-weight: bold;*/
  vertical-align: top;
}

@media only screen and (max-width: 750px) {
  .main .h2Head {
    margin-bottom: 15px;
    letter-spacing: -0.1px;
  }

  .main .h2Head img {
    width: 240px;
  }

  .main .h2Head span {
    bottom: 5px;
    font-size: 20px;
    font-size: 2rem;
  }
}


.main .personBox {
  margin-bottom: 6px;
  padding: 40px 0;
  background: url(/products/mild/img/person_bg.gif) repeat left top;
}

.main .personBox .person {
  margin: 0 auto;
  width: 690px;
}

@media only screen and (max-width: 750px) {
  .main .personBox {
    padding: 25px 0 6px;
    background-size: 2px auto;
  }

  .main .personBox .person {
    width: auto;
  }
}

.main .personBox ul {
  max-width: 1020px;
  overflow: hidden;
}

.main .personBox li {
  margin-right: 7%;
  padding: 12px;
  width: 28.33%;
  float: left;
  overflow: hidden;
  text-align: center;
  border-radius: 15px;
  background: url(/products/mild/img/ul_bg.gif) repeat-x left top;
}

.main .personBox li:last-child {
  margin-right: 0;
}

.main .personBox li span {
  display: block;
}

.main .personBox li .borderBox {
  padding: 12px 5px 13px;
  border-radius: 3px;
  border: 1px solid #E99B3D;
}

.main .personBox li .img {
  margin-bottom: 27px;
}

.main .personBox li .text {
  width: 100%;
  display: table;
  color: #DD6F1E;
  font-size: 16px;
  font-size: 1.6rem;
  /*font-weight: bold;*/
  line-height: 1.3;
}

.main .personBox li .text span {
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 750px) {
  .main .personBox ul {
    margin: 0 10px;
    width: auto;
  }

  .main .personBox li {
    margin: 0 0 10px;
    padding: 10px;
    width: 48.5%;
    border-radius: 10px;
    background-position: left -20px;
  }

  .main .personBox li .borderBox {
    padding: 10px 5px 13px;
    border-radius: 3px;
  }

  .main .personBox li:nth-child(2n) {
    float: right;
  }

  .main .personBox li .img {
    margin-bottom: 32px;
  }

  .main .personBox li .img img {
    height: 53px;
  }

  .main .personBox li .text {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

.main .strainBox {
  padding: 39px 0 50px;
  background: url(/products/mild/img/strain_bg.gif) repeat left top;
}

.main .strain {
  margin: 0 auto;
  width: 980px;
}

.main .strain h2 span {
  color: #2D6AA6;
}

@media only screen and (max-width: 750px) {
  .main .strainBox {
    padding: 25px 0 15px;
    background-size: 2px auto;
  }

  .main .strain .h2Head img {
    width: 310px;
  }

  .main .strain .h2Head span {
    line-height: 1.3;
  }
}

.main .strain .ulBox {
  padding: 26px 26px 15px;
  border: 12px solid #BAE2F8;
  border-radius: 15px;
  background-color: #F5FBFF;
}

.main .strain p {
  margin-top: 20px;
  color: #2d6aa6;
  font-size: 10px;
  font-size: 1rem;
  text-align: right;
}

.main .strain p span {
  margin-left: 10px;
  display: inline-block;
}

.main .strain .ulBox ul {
  margin-top: -1px;
  position: relative;
}

.main .strain .ulBox ul:before {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #7CA3CA;
  content: ' ';
}

.main .strain .ulBox li {
  padding: 24px 10px;
  width: 50%;
  float: left;
  color: #2d6aa6;
  text-align: center;
  border-top: 1px solid #7CA3CA;
}

.main .strain .ulBox li:first-child,
.main .strain .ulBox li:nth-child(2) {
  padding-top: 0;
  border-top: none;
}

.main .strain .ulBox li:last-child,
.main .strain .ulBox li:nth-last-child(2) {
  padding-bottom: 13px;
}

.main .strain .ulBox li>span {
  display: block;
}

.main .strain .ulBox li .ttl {
  display: inline-block;
  font-size: 23px;
  font-size: 2.3rem;
  /*font-weight: bold;*/
  letter-spacing: 0.03em;
  white-space: pre-wrap;
  background: url(/products/mild/img/txt_bg01.gif) no-repeat left bottom;
}

.main .strain .ulBox li .ttl .subTtl {
  padding: 0 10px;
  display: inline-block;
  background: url(/products/mild/img/txt_bg02.gif) no-repeat right bottom;
}

.main .strain .ulBox li .txt {
  margin-top: 16px;
  line-height: 1.8;
}

@media only screen and (max-width: 750px) {
  .main .strain {
    width: auto;
  }

  .main .strain p {
    margin-top: 10px;
  }

  .main .strain p span {
    margin-left: 0;
    display: block;
  }

  .main .strain .ulBox {
    padding: 5px 15px;
    margin: 0 10px;
    border-width: 6px;
    border-radius: 7px;
  }

  .main .strain .ulBox ul:before {
    display: none;
  }

  .main .strain .ulBox li {
    padding: 15px 0 !important;
    border-top: 1px solid #7CA3CA !important;
    width: 100%;
  }

  .main .strain .ulBox li:first-child {
    border-top: none !important;
  }

  .main .strain .ulBox li .ttl {
    font-size: 19px;
    font-size: 1.9rem;
    letter-spacing: 1px;
  }

  .main .strain .ulBox li .ttl br {
    display: none;
  }

  .main .strain .ulBox li .ttl .subTtl {
    padding: 0 5px;
  }

  .main .strain .ulBox li .txt {
    margin-top: 10px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}




.productArea {
  overflow: hidden;
}

.productArea .product {
  float: left;
  width: 50%;
  color: #e17b00;
  background-color: #FFFBD5;
}

.productArea .product h2 {
  margin-bottom: 30px;
  padding: 17px 0 13px 69px;
  min-height: 55px;
  color: #009fd6;
  background-color: #fff9b0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 4px;
}

@media only screen and (max-width: 750px) {
  .productArea .product h2 {
    padding: 17px 0;
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}

.productArea .moist {
  width: 50%;
  color: #2d6aa6;
  background-color: #DBEEFC;
}

.productArea .moist h2 {
  background-color: #bae2f8;
}

.productArea .contArea {
  float: right;
  /* width: 325px; */
}

/*@media (min-width: 751px) and (max-width: 1200px) {
				.productArea .contArea {
					width: 100%;}}*/
.productArea .moist .contArea {
/*   width: 661px; */
  margin-left: 5px;
  padding-left: 15px;
  float: left;
}

.productArea .moist .contArea .pro-1 {
  position: relative;
  float: left;
  width: 311px;
  overflow: hidden;
}

.productArea .moist .contArea .pro-1::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 42px;
  width: 0;
  border-right: 1px solid #b6d3da;
}

.productArea .moist .contArea .pro-2 {
  float: left;
  width: 335px;
  overflow: hidden;
}

.productArea .moist .contArea .pro-2.desc {
  width: 325px;
  padding-left: 10px;
}

.productArea .moist .contArea .pro-2 .imgBox {
  margin-left: 10px;
}

@media only screen and (min-width: 751px) and (max-width: 1200px) {
  .productArea .product {
    width: 36%;
  }

  .productArea .moist {
    width: 64%;
  }
}

@media only screen and (max-width: 750px) {
  .productArea {
    margin-bottom: 5px;
    padding-bottom: 20px;
    position: relative;
  }

  .productArea .product {
    width: 100%;
    /*padding: 15px 0 0 !important;*/
  }

  .productArea .moist {
    padding-top: 15px;
    background-color: #E3F5F9;
  }

  .productArea .contArea {
    float: none !important;
    width: 100%;
  }

  .productArea .moist .contArea {
    margin-left: 0;
    padding-left: 0;
    width: auto;
  }

  .productArea .moist .contArea .pro-1 {
    float: none;
    width: auto;
  }

  .productArea .moist .contArea .pro-1::after {
    content: none;
  }

  .productArea .moist .contArea .pro-2 {
    padding-top: 15px;
    float: none;
    width: auto;
  }

  .productArea .moist .contArea .pro-2.desc {
    width: auto;
    padding-left: 0;
  }

  .productArea .moist .contArea .pro-2 .imgBox {
    margin-left: 0;
  }
}

.productArea h3 {
  margin-bottom: 23px;
  text-align: center;
  line-height: 1.3;
}

.productArea h3 .txt {
  display: block;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 4px;
}

.productArea h3 .ttl {
  margin-bottom: 19px;
  padding: 8px 15px 6px;
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  border: 1px solid #E17A00;
  background-color: #FFF;
  border-radius: 25px;
}

.productArea .moist h3 .ttl {
  border-color: #0069A7;
}

@media only screen and (max-width: 750px) {
  .productArea h3 {
    margin: 0 5px 10px;
    line-height: 1.4;
  }

  .productArea h3 .txt {
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 3px;
  }

  .productArea h3 .ttl {
    margin-bottom: 8px;
    padding: 4px;
    font-size: 12px;
    font-size: 1.2rem;
    white-space: nowrap;
    border-radius: 25px;
  }
}

.productArea .imgBox {
  margin: 0 auto 27px;
  /*width: 480px;*/
  overflow: hidden;
  zoom: 1;
}

.productArea .imgBox .photoBox {
  /*margin-top: 10px;*/
  /*width: 250px;*/
  float: left;
  /*text-align: center;*/
}

.productArea .imgBox .photoBox p {
  margin-top: 13px;
  font-size: 12px;
  font-size: 1.2rem;
}

.productArea .imgBox .textBox {
  width: 156px;
  margin-right: 17px;
  float: right;
}

.productArea .moist .imgBox .textBox {
  margin-right: 0;
}

@media only screen and (max-width: 750px) {
  .productArea .moist .imgBox .textBox {
    margin-right: 17px;
  }
}

.productArea .imgBox .textBox .tag {
  margin-bottom: 10px;
}

.productArea .title {
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  min-height: 75px;
  /*font-weight: bold;*/
  letter-spacing: 4px;
}

@media (min-width: 751px) and (max-width: 1000px) {
  .productArea .imgBox {
    width: auto;
    max-width: 480px;
  }
}

@media only screen and (max-width: 750px) {
  .productArea .imgBox {
    margin: 0 0 10px;
    width: auto;
  }

  .productArea .imgBox .photoBox {
    margin: 0 0 10px 20px;
    /*width: auto;*/
    /*float: none;*/
    text-align: left;
  }

  .productArea .imgBox .photoBox p {
    margin-top: 8px;
    font-size: 11px;
    font-size: 1.1rem;
  }

  .productArea .imgBox .photoBox img {
    /*width: 83%;*/
  }

  .productArea .imgBox .textBox {
    /*margin: 0 10% !important;
					width: auto;
					float: none;*/
  }

  .productArea .imgBox .title {
    margin: 0 0 5px;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 1px;
  }
}

.productArea .tag {
  margin-bottom: 12px;
}

.productArea .tag>span {
  padding: 6px 20px;
  display: inline-block;
  color: #FFF;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  border-radius: 25px;
  background-color: #DD6F1E;
}

.productArea .moist .tag>span {
  background-color: #2E6AA6;
}

@media only screen and (max-width: 750px) {
  .productArea .tag {
    margin-bottom: 15px;
  }

  .productArea .tag>span {
    display: block;
    padding: 4px 10px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
  }

  .productArea .moist .tag>span {
    background-color: #009FD6;
  }
}

.productArea .list li {
  margin: 3px 0 3px 2px;
  display: flex;
  align-items: center;
}

.productArea .list p {
  font-size: 12px;
  font-size: 1.2rem;
  /*font-weight: bold;*/
  line-height: 28px;
  display: inline-block;
}

.productArea .list .camp {
  line-height: 1.1;
}

.productArea .list img {
  margin-right: 8px;
}

@media only screen and (max-width: 750px) {
  .productArea .list li {
    margin: 0 5px 4px;
    display: table;
  }

  .productArea .list img {
    display: table-cell;
    width: 20px;
    margin-right: 0;
  }

  .productArea .list p {
    padding: 0 5px;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
  }
}

.shop {
  margin: 0 auto 37px;
}

.shop a {
  width: 275px;
  height: 52px;
  line-height: 50px;
  margin: 0 auto;
  border-color: #5FC2D7;
  background-color: #5FC2D7;
}

.moist .shop a {
  background-color: #F9BD2B;
  border-color: #F9BD2B;
}

.moist .shop a:hover {
  color: #f9bd2b;
  background-color: #FFF;
}

.moist .shop a:hover span:before {
  background: url(/products/mild/img/icon_shop.png) no-repeat center center;
  background-size: 25px 22px;
}

.moist .shop a:hover span:after {
  background: url(/products/mild/img/arrow_r.png) no-repeat center center;
  background-size: 6px 10px;
}

@media only screen and (max-width: 750px) {
  .shop {
    margin: 0 auto 20px;
    width: 90%;
    display: table;
    table-layout: fixed;
  }

  .main .shop a {
    width: auto;
    white-space: pre-line;
    padding: 10px 15px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 50px;
    line-height: 1.2;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .main .shop span {
    white-space: pre-line;
    text-align: left;
  }

  .main .shop span:before {
    left: -15px;
    background-size: 20px auto;
  }

  .main .shop span:after {
    background-size: 5px auto;
  }
}


.productArea .textArea {
  padding: 43px 0 33px;
  clear: both;
  overflow: hidden;
  zoom: 1;
  height: auto;
  background-color: #FFF9B1;
}

/*.productArea .textArea .contArea {
		padding: 0 80px;}*/
.productArea .moist .textArea {
  background-color: #BAE3F9;
}

.productArea .textArea p {
  margin-bottom: 2px;
  font-weight: bold;
}

/* .productArea .textArea ul {
  margin: 0 40px 0 1px;
} */

/*.productArea .moist ul {
				margin: 0 20px 0 1px;}*/
.productArea .textArea li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.85;
  letter-spacing: 1px;
}

.productArea .textArea .note {
  padding-top: 5px;
  font-size: 10px;
  font-size: 1rem;
  text-indent: 0;
}

@media only screen and (min-width: 751px) {
  .productArea .textArea {
    height: auto !important;
  }
}

@media only screen and (max-width: 750px) {
  .productArea .textArea {
    padding: 20px 5px 20px 20px;
    /*height: 120px;
								overflow: hidden;*/
  }

  .productArea.show .textArea {
    height: auto;
  }

  .productArea .textArea .contArea {
    padding: 0;
  }

  .productArea .moist .textArea {
    background-color: #CBECF3;
  }

  .productArea .textArea ul {
    margin: 0px;
  }

  .productArea .textArea p,
  .productArea .textArea li {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.7;
  }

  .productArea .textArea .note {
    font-size: 10px;
    font-size: 1rem;
  }
}

.btmLinkBox {
  background: #EE564B url(/products/suncare/limited/img/btm_link.jpg) no-repeat right top;
}

.btmLinkBox a {
  display: block;
  color: #FFF;
}

.btmLinkBox .text {
  margin: 0 auto;
  padding: 95px 10px 0;
  height: 240px;
  max-width: 980px;
  position: relative;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.btmLinkBox .text .subTxt {
  text-align: center;
}

.btmLinkBox .text .link {
  padding: 10px 50px 10px 0;
  display: inline-block;
  color: #FFF;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 3px;
  white-space: nowrap;
  text-align: left;
  background: url(/products/mild/img/icon.png) no-repeat right center;
}

.btmLinkBox .text .note {
  position: absolute;
  right: 45%;
  bottom: 20px;
  font-size: 8px;
  font-size: 0.8rem;
  opacity: 0.6;
}

.btmLinkBox a:hover {
  text-decoration: none;
}

.btmLinkBox a:hover .text {
  opacity: 0.7;
}

@media only screen and (max-width: 750px) {
  .btmLinkBox {
    background: #EE564B;
  }

  .btmLinkBox a {
    position: relative;
  }

  .btmLinkBox img {
    padding-left: 50%;
    width: 50%;
  }

  .btmLinkBox .btmLink {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }

  .btmLinkBox .btmLink .text {
    padding: 0;
    display: table;
    width: 100%;
    height: 100%;
    text-align: left;
    vertical-align: middle;
  }

  .btmLinkBox .subTxt {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: left !important;
    vertical-align: middle;
  }

  .btmLinkBox .text .link {
    display: inline-block;
    max-width: 50%;
    padding: 10px 20px 10px 0;
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: 2px;
    text-align: left;
    white-space: pre-wrap;
    background-size: 20px auto;
  }

  .btmLinkBox .text .note {
    bottom: 10px;
    font-size: 9px;
    font-size: 0.9rem;
  }
}


.productArea .clickBtn {
  display: none;
}

@media only screen and (max-width: 750px) {
  .productArea .clickBtn {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
  }

  .productArea .clickBtn:before {
    position: absolute;
    left: 0;
    top: -44px;
    width: 100%;
    height: 44px;
    background: url(/products/mild/img/btn_before.png) no-repeat left bottom;
    background-size: 100% 44px;
    content: '';
  }

  .productArea .clickBtn a {
    padding: 8px 0;
    display: block;
    color: #FFF;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 2px;
    text-align: center;
    background-color: #009FD6;
  }

  .productArea .clickBtn a span {
    padding: 0 20px;
    display: inline-block;
    white-space: nowrap;
    background: url(/products/suncare/img/arrow_down.png) no-repeat right center;
    background-size: 10px auto;
  }

  .productArea .clickBtn a .txt02 {
    display: none;
  }

  .productArea .clickBtn.close a .txt01 {
    display: none;
  }

  .productArea .clickBtn.close a .txt02 {
    display: inline-block;
  }

  .productArea .clickBtn.close:before {
    display: none;
  }

  .productArea .clickBtn.close a span {
    background: url(/products/suncare/img/arrow_up.png) no-repeat right center;
    background-size: 10px auto;
  }

}

.comingSoon {
  text-align: center;
}

@media only screen and (max-width: 750px) {
  .comingSoon img {
    width: 90%;
  }
}
