@charset "UTF-8";
/*
|---------------------------------------------------------------
| anti-doping PC
|---------------------------------------------------------------
*/
.anti_doping {
  display: block;
  position: relative;
  /*朝スッキリ*/
  /*グリシンが主成分*/
  /*アミノ酸の豆知識*/
  /*グリシン研究*/
  /*担当者からのメッセージ*/
}

.anti_doping .d-none {
  display: none !important;
}

.anti_doping img {
  max-width: 100%;
  height: auto;
}

.anti_doping__container {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 700px;
}

.anti_doping__hr {
  display: block;
  width: 100%;
  height: 1px;
  background: #cec0a8;
  margin: 10px 0;
}

.anti_doping__header {
  display: block;
  width: 100%;
  margin: 0 0 60px;
  padding: 50px 0;
}

.anti_doping__body {
  display: block;
  position: relative;
}

.anti_doping__footer {
  display: block;
  padding: 20px 0;
}

.anti_doping__banner {
  display: block;
}

.anti_doping__banner img {
  display: block;
  width: 100%;
  height: auto;
}

.anti_doping__main {
  display: block;
  overflow: hidden;
}

.anti_doping__main__section {
  display: block;
  position: relative;
  margin: 0 0 50px;
  font-size: 16px;
}

.anti_doping__main__section__title {
  display: block;
  margin: 0 0 20px;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  background-color: #b99a6f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dccdb7), to(#dccdb7)), -webkit-gradient(linear, left top, left bottom, from(#dccdb7), to(#dccdb7));
  background-image: -webkit-linear-gradient(#dccdb7 0%, #dccdb7 100%), -webkit-linear-gradient(#dccdb7 0%, #dccdb7 100%);
  background-image: -o-linear-gradient(#dccdb7 0%, #dccdb7 100%), -o-linear-gradient(#dccdb7 0%, #dccdb7 100%);
  background-image: linear-gradient(#dccdb7 0%, #dccdb7 100%), linear-gradient(#dccdb7 0%, #dccdb7 100%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: center top 5px, center bottom 5px;
}

.anti_doping__main .product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin: 0 -15px;
}

.anti_doping__main .product__left, .anti_doping__main .product__right {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 0 30px;
}

.anti_doping__main .product__left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 480px;
  -ms-flex: 0 0 480px;
  flex: 0 0 480px;
  max-width: 480px;
}

.anti_doping__main .product__right {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.anti_doping__main .product__image {
  display: block;
}

.anti_doping__main .product__image__list__item {
  display: block;
}

.anti_doping__main .product__image__list__item img {
  display: block;
  width: 100%;
  height: auto;
}

.anti_doping__main .product__image__main {
  display: block;
  border: 1px solid #ddd6ca;
  margin: 0 0 15px;
  position: relative;
}

.anti_doping__main .product__image__main .slick-arrow {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 5;
  margin: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  font-size: 0;
  overflow: hidden;
  text-indent: -1000px;
  cursor: pointer;
}

.anti_doping__main .product__image__main .slick-arrow::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-color: #ddd6ca;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.anti_doping__main .product__image__main .slick-arrow.slick-prev {
  left: 0;
}

.anti_doping__main .product__image__main .slick-arrow.slick-prev::before {
  border-width: 2px 0 0 2px;
  -webkit-transform: rotate(-45deg) translate(25%, 25%);
  -ms-transform: rotate(-45deg) translate(25%, 25%);
  transform: rotate(-45deg) translate(25%, 25%);
}

.anti_doping__main .product__image__main .slick-arrow.slick-next {
  right: 0;
}

.anti_doping__main .product__image__main .slick-arrow.slick-next::before {
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg) translate(-25%, 25%);
  -ms-transform: rotate(45deg) translate(-25%, 25%);
  transform: rotate(45deg) translate(-25%, 25%);
}

.anti_doping__main .product__image__thumbnail {
  display: block;
}

.anti_doping__main .product__image__thumbnail .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  height: auto;
  margin: 0 -5px;
}

.anti_doping__main .product__image__thumbnail .slick-dots > li {
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  max-width: 84px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 84px;
  -ms-flex: 0 0 84px;
  flex: 0 0 84px;
  background: #fff;
  border-radius: 0;
}

.anti_doping__main .product__image__thumbnail .slick-dots > li.slick-active > div {
  border-width: 4px;
}

.anti_doping__main .product__image__thumbnail .slick-dots > li > div {
  padding: 3px;
  border: 1px solid #ddd6ca;
  cursor: pointer;
}

.anti_doping__main .product__image__thumbnail .slick-dots > li > div img {
  display: block;
  width: 100%;
  height: auto;
}

.anti_doping__main .product__main {
  display: block;
}

.anti_doping__main .product__catchcopy {
  display: block;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #cec0a8;
  margin: 0 0 10px;
  padding: 0 0 10px;
}

.anti_doping__main .product__name {
  display: block;
  margin: 0 0 15px;
}

.anti_doping__main .product__name__main {
  display: block;
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 0;
}

.anti_doping__main .product__name__sub {
  display: block;
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 0;
}

.anti_doping__main .product__functional {
  display: block;
  background: #f5f3eb;
  margin: 0 0 25px;
  padding: 10px 20px;
}

.anti_doping__main .product__functional__title {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.anti_doping__main .product__functional__title__main {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  background: #fff;
  border: 3px solid #b99a6f;
  padding: 5px 15px;
  margin: 0 20px 10px 0;
}

.anti_doping__main .product__functional__title__aside {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}

.anti_doping__main .product__functional__title__aside__link {
  display: inline-block;
  text-decoration: underline;
  background: url("../img/link_arrow_red.png") left center no-repeat;
  padding-left: 10px;
}

.anti_doping__main .product__functional__body {
  font-size: 16px;
  font-weight: bold;
}

.anti_doping__main .product__submitted {
  display: block;
  font-size: 16px;
  line-height: 1.5em;
}

.anti_doping__main .product__submitted__title {
  font-size: 16px;
  font-weight: bold;
}

.anti_doping__main .product__submitted__body {
  font-size: 16px;
  font-weight: bold;
}

.anti_doping__main .product__note {
  display: block;
  font-size: 16px;
  line-height: 1.5em;
  margin: 0 0 15px;
}

.anti_doping__main .product__note__list {
  display: block;
  list-style: none;
}

.anti_doping__main .product__note__list > li {
  display: block;
}

.anti_doping__main .product__note__list > li::before {
  content: "●";
}

.anti_doping__main .product__information_toggle_wrapper {
  display: block;
  text-align: right;
}

.anti_doping__main .product__information_toggle_wrapper + .product__ingredient {
  display: none;
}

.anti_doping__main .product__information_toggle {
  display: inline-block;
  color: inherit;
  font-size: 1.1em;
  text-decoration: underline;
}

.anti_doping__main .product__information_toggle:not(.js--opened) .--opened {
  display: none;
}

.anti_doping__main .product__information_toggle.js--opened .--closed {
  display: none;
}

.anti_doping__main .product__ingredient {
  display: block;
  margin: 0;
}

.anti_doping__main .product__ingredient dt {
  display: block;
  font-size: 1em;
  font-weight: bold;
}

.anti_doping__main .product__ingredient dd {
  display: block;
  font-size: 1em;
  font-weight: normal;
  margin: 0 0 15px;
}

.anti_doping__main .product__ingredient__note {
  display: block;
  margin-top: 2px;
}

.anti_doping__main .product__ingredient__note p {
  display: block;
  font-size: 12px;
  margin: 0;
}

.anti_doping__main .product__ingredient__note p::before {
  content: "※";
}

.anti_doping .product_feature_deepSleep {
  background: url("../img/feature_bg_outer_01.jpg") no-repeat center center;
  position: relative;
  font-size: 16px;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.anti_doping .deepSleep_title {
  margin-left: 3%;
  width: 64%;
  display: inline-block;
}

.anti_doping .deepSleep_photo {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 2%;
  width: 31%;
}

.anti_doping .deepSleep_contents {
  background: url("../img/feature_bg_inner_01.jpg") repeat center center;
  width: 90%;
  margin: 20px auto 0;
  padding-bottom: 30px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
}

.anti_doping .deepSleep_content {
  width: 90%;
  margin: 0 auto;
  padding-top: 40px;
  line-height: 1.5em;
}

.anti_doping .deepSleep_content p {
  display: inline-block;
  margin-left: 10px;
}

.anti_doping .deepSleep_content_title {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  background: url("../img/feature_title_icon.png") no-repeat left top;
  padding-left: 25px;
}

.anti_doping .deepSleep_content_image {
  padding-top: 25px;
}

.anti_doping .product_feature_morning {
  background: url("../img/feature_bg_outer_02.jpg") no-repeat center center;
  background-size: auto 100%;
  position: relative;
  padding-bottom: 40px;
  font-size: 16px;
}

.anti_doping .morning_title {
  width: 53%;
  margin-left: 3%;
  display: inline-block;
}

.anti_doping .morning_photo {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 7%;
  width: 32%;
}

.anti_doping .morning_contents {
  background: url("../img/feature_bg_inner_01.jpg") repeat center center;
  width: 90%;
  margin: 10px auto 0;
  padding-bottom: 25px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.anti_doping .morning_content {
  line-height: 1.5em;
  padding: 40px 5% 15px;
}

.anti_doping .morning_content_title {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  background: url("../img/feature_title_icon.png") no-repeat left top;
  padding-left: 25px;
}

.anti_doping .morning_graph {
  background: url("../img/morning_graph_bg.png") no-repeat center top;
  background-size: 100% 100%;
  padding-bottom: 20px;
}

.anti_doping .morning_graph_quote {
  font-size: 12px;
  padding: 15px 10% 20px;
}

.anti_doping .product_feature_glycine {
  position: relative;
}

.anti_doping .glycine_contents_wrapper {
  background: url("../img/feature_bg_outer_03.png") no-repeat center center;
  background-size: 100% 100%;
  font-size: 16px;
  margin-bottom: 50px;
  padding-top: 12%;
  padding-bottom: 30px;
  padding-right: 5%;
  padding-left: 5%;
}

.anti_doping .glycine_title {
  margin-left: 3%;
  width: 64%;
  display: inline-block;
}

.anti_doping .glycine_image {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 10%;
  width: 22%;
}

.anti_doping .glycine_contents {
  padding: 3px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0px 0px 10px -2px;
  box-shadow: 0px 0px 10px -2px;
}

.anti_doping .glycine_contents_inner {
  background: #fff;
  padding-right: 3.5%;
  padding-left: 3.5%;
  background-position: bottom;
}

.anti_doping .glycine_content_left {
  display: inline-block;
  width: 61%;
  vertical-align: top;
  padding-top: 30px;
  font-size: 16px;
}

.anti_doping .glycine_content_left_inner {
  margin-bottom: 35px;
}

.anti_doping .glycine_content_left_inner_title {
  font-size: 20px;
  font-weight: bold;
  background: url("../img/feature_content_border.png") repeat-X bottom;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.anti_doping .glycine_content_left_inner_text {
  display: block;
  font-size: 16px;
}

.anti_doping .glycine_content_right {
  display: inline-block;
  padding-top: 7%;
  padding-left: 3%;
  width: 35%;
}

.anti_doping .product_feature_mamechishiki {
  background: url("../img/mamechishiki_bg.jpg");
  border-radius: 10px;
  margin-bottom: 50px;
}

.anti_doping .mamechishiki_contents {
  padding: 30px 0 10px;
}

.anti_doping .mamechishiki_title {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
  padding-right: 5%;
  padding-left: 5%;
}

.anti_doping .mamechishiki_title:before {
  content: "";
  background: url("../img/mamechishiki_title_icon.png") no-repeat center center;
  width: 22px;
  height: 27px;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

.anti_doping .mamechishiki_content {
  padding-right: 5%;
  padding-left: 5%;
}

.anti_doping .mamechishiki_content_left {
  display: inline-block;
  width: 25%;
}

.anti_doping .mamechishiki_content_right {
  display: inline-block;
  width: 72%;
  vertical-align: top;
  font-size: 16px;
}

.anti_doping .mamechishiki_content_right_text {
  border-bottom: 1px solid #ccb99e;
  margin: 15px 0 15px 20px;
  padding-bottom: 15px;
}

.anti_doping .mamechishiki_content_right_text:last-child {
  border-bottom: none;
}

.anti_doping .mamechishiki_content_right_text p {
  line-height: 1.6em;
}

.anti_doping .mamechishiki_topic {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  padding-bottom: 5px;
}

.anti_doping .product_feature_glycineResearch {
  background: url("../img/feature_bg_outer_04.jpg") repeat center center;
  font-size: 16px;
  margin-bottom: 40px;
  padding-top: 50px;
  padding-right: 5%;
  padding-left: 5%;
  padding-bottom: 40px;
  border: 1px solid #e5e5e5;
}

.anti_doping .glycineResearch_contents {
  background: #fff;
  position: relative;
  padding-bottom: 100px;
}

.anti_doping .glycineResearch_title {
  display: inline-block;
  padding-bottom: 10px;
  width: 68%;
}

.anti_doping .glycineResearch_photo {
  display: inline-block;
  position: absolute;
  width: 31%;
  top: 0;
  right: 0;
}

.anti_doping .glycineResearch_content {
  padding-left: 8%;
  padding-right: 8%;
  line-height: 1.5em;
  margin-bottom: 30px;
}

.anti_doping .glycineResearch_content:last-child {
  padding-top: 0;
}

.anti_doping .glycineResearch_content_title {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

.anti_doping .glycineResearch_inner_photo_under {
  width: 51%;
  font-size: 14px;
  padding-left: 8%;
}

.anti_doping .glycineResearch_inner_photo_over {
  width: 47%;
  font-size: 14px;
  position: absolute;
  right: 6%;
  bottom: 30px;
  padding-right: 2%;
}

.anti_doping .glycineResearch_inner_photo_over img,
.anti_doping .glycineResearch_inner_photo_under img {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.anti_doping .glycineResearch_inner_photo_under p {
  padding-top: 5px;
  padding-left: 7px;
  display: inline-block;
  width: 86%;
}

.anti_doping .glycineResearch_inner_photo_over p {
  padding-top: 5px;
  padding-left: 7px;
  display: inline-block;
  width: 100%;
}

.anti_doping .product_feature_customerVoice {
  padding: 30px 3%;
  margin-bottom: 50px;
  font-size: 16px;
}

.anti_doping .customerVoice_title {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

.anti_doping .customerVoice_content {
  background: url("../img/customerVoice_comment_bg.png") no-repeat right top;
  height: 180px;
  margin-bottom: 10px;
}

.anti_doping .customerVoice_inner {
  height: 120px;
  margin: 0 auto;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 30px;
}

.anti_doping .customerVoice_inner_left {
  display: inline-block;
  width: 14%;
  height: auto;
  border: 1px solid #ddd6ca;
  border-radius: 15px;
  overflow: hidden;
  margin-right: 2%;
}

.anti_doping .customerVoice_inner_left img {
  display: block;
  width: 100%;
  height: auto;
  text-align: middle;
}

.anti_doping .customerVoice_inner_right {
  display: inline-block;
  width: 83%;
  height: 120px;
  vertical-align: top;
}

.anti_doping .customer_age_sex.woman {
  height: 40px;
  line-height: 40px;
  background: url("../img/customerVoice_inner_bg_woman.png") no-repeat right top;
  padding-left: 15px;
  font-weight: bold;
}

.anti_doping .customer_age_sex.man {
  height: 40px;
  line-height: 40px;
  background: url("../img/customerVoice_inner_bg_man.png") no-repeat right top;
  padding-left: 15px;
  font-weight: bold;
}

.anti_doping .customer_comment {
  padding-top: 10px;
  line-height: 1.7em;
}

.anti_doping .customerVoice_attention {
  font-size: 12px;
  text-align: right;
}

.anti_doping .customerVoice_moreComment {
  display: block;
  width: 370px;
  height: 50px;
  background: #c2a882;
  border-radius: 5px;
  margin: 35px auto 0;
  font-weight: bold;
  padding-left: 15px;
}

.anti_doping .customerVoice_moreComment a {
  display: inline-block;
  width: 370px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.anti_doping .customerVoice_moreComment a:before {
  content: "";
  background: url("../img/customerVoicd_moreComment_icon.png") no-repeat right center;
  width: 55px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
}

.anti_doping .customerVoice_moreComment a:after {
  content: "";
  background: url("../img/customerVoice_moreComment_arrow.png") no-repeat left 15px center;
  width: 50px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
}

.anti_doping .product_feature_officialMessage {
  background: #f6fcfe;
  padding: 40px 0 20px;
  width: 100%;
}

.anti_doping .officialMessage_contents {
  padding-right: 5%;
  padding-left: 5%;
  margin: 0 auto;
  font-size: 16px;
}

.anti_doping .officialMessage_content {
  padding: 30px 0 45px;
}

.anti_doping .officialMessage_title {
  font-size: 20px;
  font-weight: bold;
}

.anti_doping .officialMessage_content_upper {
  margin-bottom: 20px;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.anti_doping .officialMessage_content_upper_right,
.anti_doping .officialMessage_content_upper_left {
  display: inline-block;
}

.anti_doping .officialMessage_content_upper_left {
  border: 1px solid #e5e5e5;
  margin-right: 20px;
}

.anti_doping .officialMessage_content_upper_right {
  vertical-align: top;
  line-height: 1.7em;
  width: 80%;
}

.anti_doping .officialMessage_content_title {
  font-weight: bold;
}

.anti_doping__copyright {
  display: block;
  font-size: 16px;
  text-align: center;
}

.header,
#loginTrouble,
.footer {
  display: none;
}
