/* ==========================================================================
   Index
   ========================================================================== */
/* main-visual
   ========================================================================== */
.main-visual {
  position: relative;
  z-index: 1;
}
.main-visual figure {
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .main-visual figure {
    border-radius: 8px;
  }
}
/* distributionstore-content
   ========================================================================== */
.distributionstore-content {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -75px;
  padding-bottom: 80px;
  padding-top: 135px;
  position: relative;
}
.distributionstore-content:before {
  background-color: #f1f8f9;
  content: "";
  height: 100%;
  width: 150vw;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.distributionstore-content .distributionstore-content_main-box {
  width: 73.1%;
}
.distributionstore-content .distributionstore-content_sub-box {
  width: 24.3%;
}
.distributionstore-content .distributionstore-content_title {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .distributionstore-content .distributionstore-content_title {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.distributionstore-content .distributionstore-content_title h2 {
  color: #222;
  font-size: 3.5em;
  font-weight: 500;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .distributionstore-content .distributionstore-content_title .m-caution {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .distributionstore-content .distributionstore-content_title .m-caution {
    margin-top: 5px;
  }
}
.distributionstore-content .distributionstore-content_sub-title {
  margin-bottom: 21px;
}
.distributionstore-content .distributionstore-content_sub-title h3 {
  color: #222;
  font-size: 2.3em;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .distributionstore-content {
    display: block;
    margin-top: -68px;
    padding-bottom: 60px;
    padding-top: 103px;
  }
  .distributionstore-content .distributionstore-content_main-box {
    width: 100%;
  }
  .distributionstore-content .distributionstore-content_sub-box {
    margin-top: 35px;
    width: 100%;
  }
  .distributionstore-content .distributionstore-content_title {
    margin-bottom: 15px;
  }
  .distributionstore-content .distributionstore-content_title h2 {
    font-size: 2.5em;
  }
  .distributionstore-content .distributionstore-content_sub-title {
    margin-bottom: 12px;
  }
  .distributionstore-content .distributionstore-content_sub-title h3 {
    font-size: 2em;
  }
}
/* distributionstore-content_list
   ========================================================================== */
.distributionstore-content_list > ul {
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.distributionstore-content_list > ul > li {
  background: no-repeat 50% 38px #ffffff;
  font-size: 1.9rem;
  padding-bottom: 37px;
  padding-top: 160px;
  text-align: center;
  width: 292px;
  background-size: 110px;
}
.distributionstore-content_list > ul > li:first-child {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
.distributionstore-content_list > ul > li:last-child {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}
.distributionstore-content_list > ul > li:nth-child(1) {
  background-image: url(/distributionstore/img/index-icon_bg_drugstore.png);
}
.distributionstore-content_list > ul > li:nth-child(2) {
  background-image: url(/distributionstore/img/index-icon_bg_conveniencestore.png);
}
.distributionstore-content_list > ul > li:nth-child(3) {
  background-image: url(/distributionstore/img/index-icon_bg_varietystore.png);
}
.distributionstore-content_list > ul > li + li {
  border-left: 1px solid #e0e0e0;
}
.distributionstore-content_list > ul > li .distributionstore-content_list_inner {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.18);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.18);
  border-radius: 6px;
  display: none;
  margin-top: 10px;
  padding: 35px 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.distributionstore-content_list > ul > li .distributionstore-content_list_inner > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.distributionstore-content_list > ul > li .distributionstore-content_list_inner > ul > li {
  width: 215px;
}
.distributionstore-content_list > ul > li .distributionstore-content_list_inner > ul > li + li {
  border-left: 1px solid #e0e0e0;
}
.distributionstore-content_list > ul > li .distributionstore-content_list_inner > ul > li > a {
  text-decoration: none;
}
.distributionstore-content_list > ul > li .distributionstore-content_list_inner > ul > li figure img {
  width: 135px;
}
.distributionstore-content_list > ul > li .distributionstore-content_list_inner > ul > li figure figcaption {
  background: url(../images/icon_bg_arw-right-blue.svg) no-repeat 0 50%;
  background-size: 14px 11px;
  display: inline-block;
  line-height: 1.3;
  padding-left: 28px;
}
.distributionstore-content_list .distributionstore-content_list_btn > a {
  font-size: 1.5rem;
  max-width: 200px;
  min-width: 0;
  padding-bottom: 13px;
  padding-top: 14px;
  width: 100%;
}
.distributionstore-content_list .distributionstore-content_list_btn.opt-dropdown > a:after {
  background: url(../images/icon_bg_arw-white.svg) no-repeat 0 0;
  background-size: 13px 7px;
  height: 7px;
  margin-top: -3px;
  width: 13px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.distributionstore-content_list .distributionstore-content_list_btn.opt-dropdown.is-active a {
  background: #19256f;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.distributionstore-content_list .distributionstore-content_list_btn.opt-dropdown.is-active a:after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
@media (max-width: 767px) {
  .distributionstore-content_list > ul {
    display: block;
  }
  .distributionstore-content_list > ul > li {
    background-position: 15px 50%;
    background-size: 75px;
    font-size: 1.8rem;
    padding-bottom: 24px;
    padding-top: 28px;
    padding-left: 104px;
    text-align: left;
    width: auto;
  }
  .distributionstore-content_list > ul > li:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .distributionstore-content_list > ul > li:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 0;
  }
  .distributionstore-content_list > ul > li + li {
    border-left: 0;
    border-top: 1px solid #e0e0e0;
  }
  .distributionstore-content_list > ul > li .distributionstore-content_list_inner {
    border-radius: 6px;
    padding: 0;
    width: 100%;
    left: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    z-index: 2;
  }
  .distributionstore-content_list > ul > li .distributionstore-content_list_inner > ul {
    display: block;
  }
  .distributionstore-content_list > ul > li .distributionstore-content_list_inner > ul > li {
    line-height: 1.3;
    width: auto;
  }
  .distributionstore-content_list > ul > li .distributionstore-content_list_inner > ul > li + li {
    border-left: 0;
    border-top: 1px solid #e0e0e0;
  }
  .distributionstore-content_list > ul > li .distributionstore-content_list_inner > ul > li > a {
    display: block;
    padding: 30px 15px;
  }
  .distributionstore-content_list > ul > li .distributionstore-content_list_inner > ul > li figure {
    text-align: left;
  }
  .distributionstore-content_list > ul > li .distributionstore-content_list_inner > ul > li figure img {
    height: auto;
    width: 100px;
  }
  .distributionstore-content_list > ul > li .distributionstore-content_list_inner > ul > li figure figcaption {
    background-position: 0 3px;
    font-size: 1.5rem;
    margin-left: 20px;
    margin-top: 0;
    vertical-align: middle;
  }
  .distributionstore-content_list .distributionstore-content_list_btn {
    margin-top: 10px;
  }
  .distributionstore-content_list .distributionstore-content_list_btn > a {
    font-size: 1.4rem;
    max-width: 170px;
    margin-left: 0;
    padding: 11px 0 10px;
  }
}
/* topics-banner
   ========================================================================== */
.topics-banner {
  padding: 90px 0 100px;
}
.topics-banner .topics-banner_title {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
}
.topics-banner .topics-banner_title h3 {
  font-size: 3.3em;
  font-weight: 500;
  line-height: 1.3;
}
.topics-banner .topics-banner_title > p {
  margin-left: 32px;
  margin-top: 0;
}
.topics-banner a {
  color: #333;
  text-decoration: none;
}
@media (min-width: 768px) {
  .topics-banner a:hover {
    color: #32469b;
  }
}
.topics-banner figure figcaption {
  font-size: 1.7rem;
  line-height: 1.6;
  text-align: left;
}
.topics-banner .topics-banner_carousel .topics-banner_button {
  top: 42%;
}
.topics-banner .topics-banner_carousel .topics-banner_button .topics-banner_button_prev,
.topics-banner .topics-banner_carousel .topics-banner_button .topics-banner_button_next {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .topics-banner {
    padding: 50px 0;
  }
  .topics-banner .topics-banner_title {
    display: block;
    margin-bottom: 23px;
  }
  .topics-banner .topics-banner_title h3 {
    font-size: 2.5em;
  }
  .topics-banner .topics-banner_title > p {
    margin-left: 0;
    margin-top: 5px;
  }
  .topics-banner figure figcaption {
    font-size: 1.6rem;
  }
}
.commitment {
  background-color: #f1f8f9;
  padding: 70px 30px;
}
.commitment .commitment_inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.commitment .commitment_inner .commitment_inner_title h3 {
  font-size: 2.7em;
  font-weight: 500;
  line-height: 1.3;
}
.commitment .commitment_inner .commitment_inner_box {
  width: 78.3%;
}
.commitment .commitment_inner .commitment_inner_box > ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.commitment .commitment_inner .commitment_inner_box > ul > li {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.3;
  width: 48.9%;
}
.commitment .commitment_inner .commitment_inner_box > ul > li > a {
  background: no-repeat 25px 50% #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
  color: #222;
  display: block;
  padding: 35px 67px 35px 109px;
  text-decoration: none;
  position: relative;
}
.commitment .commitment_inner .commitment_inner_box > ul > li > a:before {
  background: url(/common/img/parts/icon_bg_arw-right-blue.svg) no-repeat 50% 50% #edf1f8;
  background-size: 16px 11px;
  border-radius: 50%;
  content: "";
  height: 37px;
  width: 37px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: scale(1) translateY(-50%);
      -ms-transform: scale(1) translateY(-50%);
          transform: scale(1) translateY(-50%);
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
  transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
}
@media (min-width: 768px) {
  .commitment .commitment_inner .commitment_inner_box > ul > li > a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .commitment .commitment_inner .commitment_inner_box > ul > li > a:hover:before {
    background-position: right -webkit-calc(50% - 5px) top 50%;
    background-position: right calc(50% - 5px) top 50%;
    -webkit-transform: scale(1.1) translateY(-50%);
        -ms-transform: scale(1.1) translateY(-50%);
            transform: scale(1.1) translateY(-50%);
  }
}
.commitment .commitment_inner .commitment_inner_box > ul > li:nth-child(1) > a {
  background-image: url(/distributionstore/img/index-icon_bg_beauty.png);
}
.commitment .commitment_inner .commitment_inner_box > ul > li:nth-child(2) > a {
  background-image: url(/distributionstore/img/index-icon_bg_health.png);
}
.commitment .commitment_inner .commitment_inner_box > ul > li > a {
  background-size: 64px auto;
}
@media (max-width: 767px) {
  .commitment {
    padding: 50px 15px 70px;
  }
  .commitment .commitment_inner {
    display: block;
  }
  .commitment .commitment_inner .commitment_inner_title {
    margin-bottom: 20px;
  }
  .commitment .commitment_inner .commitment_inner_title h3 {
    font-size: 2.3em;
  }
  .commitment .commitment_inner .commitment_inner_box {
    width: 100%;
  }
  .commitment .commitment_inner .commitment_inner_box > ul {
    display: block;
  }
  .commitment .commitment_inner .commitment_inner_box > ul > li {
    font-size: 1.8rem;
    width: 100%;
  }
  .commitment .commitment_inner .commitment_inner_box > ul > li + li {
    margin-top: 15px;
  }
  .commitment .commitment_inner .commitment_inner_box > ul > li > a {
    background-position: 15px 50%;
    background-size: 55px;
    padding: 28px 51px 28px 85px;
  }
  .commitment .commitment_inner .commitment_inner_box > ul > li > a:before {
    background-size: 13px 9px;
    height: 31px;
    width: 31px;
    right: 15px;
  }
}
