@charset "UTF-8";
a:link,
a:visited,
a:active,
button {
  -webkit-tap-highlight-color: transparent;
}

/*----------------------------------------------------
 cmn_set
--------------------------------------------------- */
#wrapper .inner {
  width: 1170px;
  margin: 0 auto;
  position: relative;
}

#wrapper .inner h2 {
  font-size: 32px;
  line-height: 1.4;
  text-align: center;
  color: #666666;
  margin: 0 0 30px;
}
#wrapper .inner h2 + .lead {
  margin-top: -21px;
}

#wrapper .lead {
  color: #666;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 33px;
}

#wrapper .lead em {
  color: #e84388;
  font-style: normal;
}

.img_animation {
  position: relative;
}

.img_animation img {
  display: block;
  position: absolute;
  opacity: 0;
  margin-top: -40px;
}

.img_animation.on img {
  opacity: 1;
  margin-top: 0;
}

.img_animation img:nth-child(1) {
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.img_animation img:nth-child(2) {
  -webkit-transition: all 1s ease 0.2s;
  transition: all 1s ease 0.2s;
}

.img_animation img:nth-child(3) {
  -webkit-transition: all 1s ease 0.4s;
  transition: all 1s ease 0.4s;
}

.img_animation img:nth-child(4) {
  -webkit-transition: all 1s ease 0.6s;
  transition: all 1s ease 0.6s;
}

.img_animation img:nth-child(5) {
  -webkit-transition: all 1s ease 0.8s;
  transition: all 1s ease 0.8s;
}

.img_animation img:nth-child(6) {
  -webkit-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
}

.img_animation img:nth-child(7) {
  -webkit-transition: all 1s ease 1.2s;
  transition: all 1s ease 1.2s;
}

.img_animation img:nth-child(8) {
  -webkit-transition: all 1s ease 1.4s;
  transition: all 1s ease 1.4s;
}

/*----------------------------------------------------
 main_bnr
--------------------------------------------------- */
.main_bnr_container {
  border-top: solid 1px #d7dce1;
  border-bottom: solid 1px #d7dce1;
}

.main_bnr_container img,
.main_bnr_container a img,
.main_bnr_container a {
  display: block;
  margin: 0 auto;
}

.main_bnr_container .main_bnr {
  height: 410px;
  margin: 0 auto;
}

.main_bnr_container .main_bnr.allerbarrier_lp4 {
  background: url(../img/top/main_bnr_allerbarrier_lp4.jpg) no-repeat top center;
  background-size: 1170px;
  display: none;
}

.main_bnr_container .main_bnr.spring-skincare2023 {
  background: url(../img/top/main_bnr_spring-skincare2023.jpg) no-repeat top center;
  background-size: 1170px;
}

.main_bnr_container .main_bnr.vitalizing_cream {
  background: url(../img/top/main_bnr_vitalizing_cream_lp.jpg) no-repeat top center;
  background-size: 1170px;
}

.main_bnr_container .main_bnr.facewash {
  background: url(../img/top/main_bnr_facewash_lp.jpg) no-repeat top center;
  background-size: 1170px;
  display: none;
}

.main_bnr_container .main_bnr.intense_enriching_selum_lp {
  background: url(../img/top/main_bnr_intense_enriching_selum_lp.jpg) no-repeat top center;
  background-size: 1170px;
  display: none;
}

.main_bnr_container .main_bnr.lotion0821 {
  background: url(../img/top/main_bnr_lotion0821_lp.jpg) no-repeat top center;
  background-size: 1170px;
}

.main_bnr_container .main_bnr.repair_cream_lp {
  background: url(../img/top/main_bnr_repair_cream_lp.jpg) no-repeat top center;
  background-size: 1170px;
  display: none;
}

.main_bnr_container .main_bnr a {
  height: 100%;
  display: block;
}

#wrapper.active .main_bnr_container .main_bnr.lotion0821,
#wrapper.active .main_bnr_container .main_bnr.intense_enriching_selum_lp,
#wrapper.active .main_bnr_container .main_bnr.facewash,
#wrapper.active .main_bnr_container .main_bnr.allerbarrier_lp4,
#wrapper.active .main_bnr_container .main_bnr.repair_cream_lp {
  display: block;
}

.main_bnr_container .slick-dots {
  padding: 15px 0;
  display: flex;
  justify-content: center;
}

.main_bnr_container .slick-dots li {
  margin: 0 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
}

.main_bnr_container .slick-dots li.slick-active {
  background-color: #e84388;
}

.main_bnr_container .slick-dots li button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*----------------------------------------------------
 campaign_bnr
--------------------------------------------------- */
.campaign_bnr {
  border-top: solid 1px #e0e0e0;
  background-color: #fff;
  position: relative;
  padding: 80px 0;
}
.campaign_bnr .campaign_slider {
  width: 960px;
  padding: 0 15px;
}
.campaign_bnr .campaign_slider .slick-slide {
  width: 290px;
  margin: 0 10px;
}
.campaign_bnr .campaign_slider .slick-next,
.campaign_bnr .campaign_slider .slick-prev {
  top: 50%;
  transform: translateY(-50%);
}
.campaign_bnr .campaign_slider .slick-prev {
  transform: translateY(-50%) rotate(180deg);
}

/*----------------------------------------------------
 analysis_bnr
--------------------------------------------------- */
.analysis_bnr {
  background-color: #fff;
  z-index: 1;
  position: relative;
}

.analysis_bnr .inner {
  padding: 80px 0;
}

.analysis_bnr_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 840px;
  margin: -40px auto 0;
  text-align: center;
}
.analysis_bnr_list li {
  flex-basis: 420px;
  margin-top: 40px;
}
.analysis_bnr_list li.m-w100per {
  flex-basis: 100%;
}

.analysis_bnr .inner a {
  display: inline-block;
}
.analysis_bnr .inner a img {
  display: block;
}

/*----------------------------------------------------
 pickup_bnr
--------------------------------------------------- */
.pickup_bnr {
  background-color: #f5f5f5;
  position: relative;
  z-index: 1;
}
.pickup_bnr .inner {
  padding: 60px 0;
  text-align: center;
}
.pickup_bnr_list {
  display: inline-block;
}
.pickup_bnr_list a {
  display: block;
  background-color: #fff;
}
.pickup_bnr_list img {
  display: block;
}

/*----------------------------------------------------
 bnr_toiro
--------------------------------------------------- */
.bnr_toiro .inner {
  padding: 40px 0;
  text-align: center;
}

.bnr_toiro .bnr_toiro_img {
  display: inline-block;
}

/*----------------------------------------------------
 link
--------------------------------------------------- */
.link {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding-bottom: 1px;
}

.link .inner {
  padding: 60px 0 0;
}

.link .link_ttl {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 24px;
  text-align: center;
}

.link .link_list {
  display: block;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 830px;
  margin: 0 auto 80px;
}

.link .link_list li {
  text-align: center;
  /* border: 1px solid #b3b3b3;
  border-radius: 8px; */
  overflow: hidden;
  width: 380px;
  box-sizing: border-box;
}
.link .link_list li:nth-child(2n) {
  margin-left: 40px;
}
.link .link_list li:nth-child(n+3) {
  margin-top: 30px;
}

.link .link_list li a {
  display: block;
}

/*----------------------------------------------------
 sec_topics
--------------------------------------------------- */
.articles {
  background-color: #fff;
  border-top: 1px solid #e0e0e0;
  background: linear-gradient(to bottom, #f5f5f5 0%, #ffffff 30%, #ffffff 100%);
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
.articles_list {
  display: flex;
  justify-content: space-between;
}
.articles_list li {
  flex-basis: 360px;
  flex-grow: 0;
  flex-shrink: 0;
}
.articles_list li a {
  display: flex;
}
.articles_list li a .thumb {
  flex-basis: 130px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 20px;
}
.articles_list li a .thumb img {
  width: 100%;
  height: auto;
}
.articles_list li a .cate {
  display: none;
}
.articles_list li a .title {
  display: block;
  font-size: 14px;
  line-height: 1.5;
}
.articles_list li a .title::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 15px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210px%22%20height%3D%2215px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(232%2C%2067%2C%20136)%22%20d%3D%22M9.441%2C7.704%20L2.670%2C14.475%20L1.104%2C12.840%20L6.308%2C7.636%20L0.898%2C2.570%20L2.567%2C0.898%20L9.441%2C7.704%20Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  vertical-align: middle;
  margin: -3px 0 0 10px;
}
.articles_list li a .date {
  display: block;
  font-size: 12px;
  margin-top: 15px;
}
.articles_link {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.articles_link a {
  display: inline-block;
  width: 300px;
  height: 3.4em;
  color: #fff;
  background-color: #8c8c8c;
  font-size: 14px;
  line-height: 3.4em;
  vertical-align: middle;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
}
.articles_link a + a {
  margin-left: 20px;
}
.articles_link a span {
  display: inline-block;
  width: 100%;
  position: relative;
}
.articles_link a span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.articles_link a[target=_blank] span::after {
  content: "";
  display: block;
  background: url(/dp/img/top/icon_blank.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
  width: 14px;
  height: 12px;
  border-top: none;
  border-right: none;
  -ms-transform: rotate(0);
  transform: rotate(0);
}

/*----------------------------------------------------
 sec_uv
--------------------------------------------------- */
.sec_uv {
  border-top: solid 1px #e1e1e1;
  padding: 40px 0;
}

.uv_btn {
  width: 450px;
  margin: 0 auto;
}

.uv_btn a {
  display: block;
  color: #fff;
  background-color: #8c8c8c;
  font-size: 18px;
  line-height: 22px;
  padding: 18px;
  vertical-align: middle;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.uv_btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* uvbox */
.uvbox {
  width: 800px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff url(../img/top/uvbox_bg.jpg) no-repeat center top;
  border: solid 2px #ccc;
  border-radius: 18px;
  overflow: hidden;
  margin: 0 auto 40px;
  padding: 20px 0;
  text-align: center;
}

.uvbox_lead {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 25px;
}

.uvbox_lead sup {
  font-size: 0.5em;
  vertical-align: super;
}

.uvbox_lead span {
  font-size: 12px;
}

.uvbox_uvlevel {
  position: relative;
  padding-left: 388px;
  min-height: 184px;
}

.uvbox_display {
  position: absolute;
  width: 278px;
  height: 184px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 2px #e84388;
  border-radius: 18px;
  left: 80px;
  top: 0;
}

.uvbox_display .initial {
  display: none;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.uvbox_display.is-initial .initial {
  display: table-cell;
  position: relative;
  width: 274px;
  height: 180px;
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 16px;
  color: #fff;
  font-size: 26px;
  line-height: 36px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  vertical-align: middle;
  z-index: 10;
}

.uvbox_display .face {
  display: block;
  width: 74px;
  height: 74px;
  position: absolute;
  top: 25px;
  left: 28px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.uvbox_display.is-level1 .face {
  background: url(../img/top/uvbox_face1.svg) no-repeat center center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.uvbox_display.is-level2 .face {
  background: url(../img/top/uvbox_face2.svg) no-repeat center center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.uvbox_display.is-level3 .face {
  background: url(../img/top/uvbox_face3.svg) no-repeat center center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.uvbox_display.is-level4 .face {
  background: url(../img/top/uvbox_face4.svg) no-repeat center center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.uvbox_display.is-level5 .face {
  background: url(../img/top/uvbox_face5.svg) no-repeat center center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.uvbox_display .area {
  display: block;
  width: 97px;
  height: 23px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 32px;
  right: 51px;
  background-color: #e84388;
  color: #fff;
  text-align: center;
  border-radius: 12px;
  font-size: 16px;
  line-height: 1;
  padding-top: 4px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.uvbox_display.is-area1 .area::before {
  content: "札幌";
}

.uvbox_display.is-area2 .area::before {
  content: "仙台";
}

.uvbox_display.is-area3 .area::before {
  content: "東京";
}

.uvbox_display.is-area4 .area::before {
  content: "金沢";
}

.uvbox_display.is-area5 .area::before {
  content: "名古屋";
}

.uvbox_display.is-area6 .area::before {
  content: "大阪";
}

.uvbox_display.is-area7 .area::before {
  content: "広島";
}

.uvbox_display.is-area8 .area::before {
  content: "松山";
}

.uvbox_display.is-area9 .area::before {
  content: "福岡";
}

.uvbox_display.is-area10 .area::before {
  content: "那覇";
}

.uvbox_display .level {
  display: block;
  width: 150px;
  position: absolute;
  top: 68px;
  right: 20px;
  text-align: center;
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}

.uvbox_display.is-level1 .level::before {
  content: "弱い";
}

.uvbox_display.is-level2 .level::before {
  content: "中程度";
}

.uvbox_display.is-level3 .level::before {
  content: "強い";
}

.uvbox_display.is-level4 .level::before {
  content: "非常に強い";
}

.uvbox_display.is-level5 .level::before {
  content: "極めて強い";
}

.uvbox_display .msg {
  display: block;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 85px;
  color: #e84388;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}

.uvbox_display .msg .msg_inner {
  display: block;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.uvbox_display .msg .msg_inner::before {
  white-space: pre;
}

.uvbox_display.is-level1 .msg .msg_inner::before {
  content: "紫外線に特に過敏でない人にとっては、\a紫外線のリスクはあまりないでしょう。";
}

.uvbox_display.is-level2 .msg .msg_inner::before {
  content: "UV対策なしでは、ある程度の\a紫外線リスクがあります。";
}

.uvbox_display.is-level3 .msg .msg_inner::before {
  content: "UV対策なしでは、\aかなりの紫外線リスクとなるので、\a何らかの対策が必要です。";
}

.uvbox_display.is-level4 .msg .msg_inner::before {
  content: "UV対策なしでは、すぐに日焼けを\aするなど相当なリスクとなるため\a入念な対策をしましょう。";
}

.uvbox_display.is-level5 .msg .msg_inner::before {
  content: "UV対策なしでは、\a数分で日焼けをしてしまうような\a極めて大きなリスクがあるので、\aできる限りのUV対策をしましょう。";
}

.uvbox_uvlevel dt {
  font-size: 23px;
  line-height: 1;
  color: #e84388;
  text-align: left;
  padding-top: 15px;
  margin-bottom: 30px;
}

.uvbox_selector {
  text-align: left;
}

.uvbox_selector li {
  display: inline-block;
  width: 85px;
  font-size: 16px;
  line-height: 1;
}

.uvbox_selector li:nth-child(n+5) {
  margin-top: 20px;
}

.uvbox_selector li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: solid 2px #e84388;
  border-right: solid 2px #e84388;
  transform: rotate(45deg);
  vertical-align: middle;
  margin-right: 5px;
}

.uvbox_selector li a {
  display: inline-block;
  border-bottom: solid 1px #666;
}

.uvbox_notes {
  margin-top: 20px;
}

.uvbox_notes li {
  font-size: 14px;
  color: #666;
  text-indent: -1.3em;
  padding-left: 1.3em;
}

/*----------------------------------------------------
 sec_about
--------------------------------------------------- */
.sec_about {
  padding: 100px 0;
  position: relative;
  z-index: 1;
  background: #f5f4fa url(/dp/img/top/about_bg.jpg) no-repeat center top;
}

.about_title {
  font-size: 24px !important;
  margin-bottom: 70px !important;
}
.about_lead {
  text-align: center;
  margin-bottom: 30px;
}
.about_lead span {
  display: inline-block;
  position: relative;
  font-size: 28px;
  line-height: 1.5;
}
.about_lead span::before {
  content: "";
  display: block;
  position: absolute;
  width: 106px;
  height: 106px;
  background: url(/dp/img/top/about_fifty.png) no-repeat center center;
  background-size: contain;
  left: -28px;
  top: -28px;
  transform: translateX(-100%);
}
.about_lead em {
  font-style: normal;
  color: #e84388;
}
.about_logo {
  text-align: center;
  margin-bottom: 30px;
}
.about_img {
  width: 920px;
  height: 340px;
  margin: 0 auto;
}
.about_policy {
  background-color: #fff;
  max-width: 1040px;
  min-width: 960px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 60px 0;
}
.about_policy_inner {
  width: 800px;
  margin: 0 auto;
}
.about_policy_title {
  text-align: center;
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 35px;
}
.about_policy_title em {
  font-style: normal;
  color: #e84388;
}
.about_policy_circle {
  margin: 0 0 40px;
}
.about_policy_circle li {
  display: inline-block;
  width: 130px;
  height: 130px;
  border: solid 1px #e84388;
  border-radius: 65px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  margin-left: 27px;
  text-align: center;
  color: #e84388;
  font-size: 18px;
  line-height: 1.5;
}
.about_policy_circle li:first-child {
  margin-left: 0;
}
.about_policy_circle li p {
  display: table-cell;
  width: 128px;
  height: 128px;
  vertical-align: middle;
  text-align: center;
}
.about_policy_circle li span {
  font-size: 12px;
}
.about_policy_delicate_box {
  border: solid 1px #ccc;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-top: 55px;
}
.about_policy_delicate_tab li {
  display: inline-block;
  width: 33.33%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
}
.about_policy_delicate_tab li a {
  display: block;
  font-size: 20px;
  line-height: 96px;
  height: 96px;
  text-align: center;
}
.about_policy_delicate_tab li:first-child {
  border-left: 0 none;
}
.about_policy_delicate_cont {
  padding: 40px 25px;
}
.about_policy_delicate_cont_catch {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 20px;
}
.about_policy_delicate_cont_txt {
  font-size: 14px;
  line-height: 2;
}
.about_policy_delicate_cont_txt em {
  font-style: normal;
  color: #e84388;
}
.about_policy_delicate_cont3_txt img {
  float: right;
  margin-left: 20px;
}
.about_policy_delicate_cont3_txt:after {
  content: "";
  display: table;
  clear: both;
}
.about_policy_delicate_cont2_img {
  margin: 30px 0 0 -29px;
}
.about_policy_delicate_cont2_img img {
  margin-left: 29px;
}
.about_policy_delicate_cont_btn {
  clear: both;
  margin: 35px auto 0;
  width: 450px;
}
.about_policy_delicate_cont_btn a {
  display: block;
  height: 60px;
  color: #fff;
  background-color: #8c8c8c;
  font-size: 18px;
  line-height: 60px;
  vertical-align: middle;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.about_policy_delicate_cont_btn a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.about_policy_delicate_cont_btn a[target=_blank]::after {
  content: url(/dp/img/common/icn_blank2.png);
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.about_policy_delicate_box.js-delicate_tab1 .about_policy_delicate_tab li:nth-child(1) {
  border-bottom: 0 none;
}
.about_policy_delicate_box.js-delicate_tab2 .about_policy_delicate_tab li:nth-child(2) {
  border-bottom: 0 none;
}
.about_policy_delicate_box.js-delicate_tab3 .about_policy_delicate_tab li:nth-child(3) {
  border-bottom: 0 none;
}
.about_link {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.about_link a {
  display: inline-block;
  width: 300px;
  height: 3.4em;
  color: #fff;
  background-color: #8c8c8c;
  font-size: 14px;
  line-height: 3.4em;
  vertical-align: middle;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
}
.about_link a + a {
  margin-left: 20px;
}
.about_link a span {
  display: inline-block;
  width: 100%;
  position: relative;
}
.about_link a span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.about_link a[target=_blank] span::after {
  content: "";
  display: block;
  background: url(/dp/img/top/icon_blank.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
  width: 14px;
  height: 12px;
  border-top: none;
  border-right: none;
  -ms-transform: rotate(0);
  transform: rotate(0);
}

/*----------------------------------------------------
 sec_bnr
--------------------------------------------------- */
.sec_bnr {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(221, 239, 251) 100%);
}

.sec_bnr .inner {
  padding: 40px 0;
  text-align: center;
}

.sec_bnr .inner .bnr_img {
  display: block;
}

/*----------------------------------------------------
 sec_product
--------------------------------------------------- */
.sec_product {
  background-color: #f5f5f5;
  position: relative;
  z-index: 1;
  padding: 80px 0;
}

.product_dd {
  background: url(/dp/img/top/dd_cross.png) no-repeat center center;
  text-align: center;
  margin: 0 0 60px;
}

.product_dd li {
  display: inline-block;
}

.product_dd li:first-child {
  margin-right: 120px;
}

.product_dd li a {
  display: block;
}

.product_link {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.product_link a {
  display: inline-block;
  width: 300px;
  height: 3.4em;
  color: #fff;
  background-color: #8c8c8c;
  font-size: 14px;
  line-height: 3.4em;
  vertical-align: middle;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
}

.product_link a + a {
  margin-left: 20px;
}

.product_link a span {
  display: inline-block;
  width: 100%;
  position: relative;
}

.product_link a span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.product_link a[target=_blank] span::after {
  content: "";
  display: block;
  background: url(/dp/img/top/icon_blank.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
  width: 14px;
  height: 12px;
  border-top: none;
  border-right: none;
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.product_type {
  background-color: #fff;
  border: solid 1px #ccc;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  border-radius: 5px;
  max-width: 1040px;
  margin: 0 auto;
}
.product_type li {
  display: flex;
  height: 270px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 40px;
  flex-basis: 33.33%;
  border-left: solid 1px #ccc;
  border-top: solid 1px #ccc;
}
.product_type li:nth-child(1), .product_type li:nth-child(2) {
  flex-basis: 50%;
  border-top: 0 none;
}
.product_type li:nth-child(1), .product_type li:nth-child(3) {
  border-left: 0 none;
}
.product_type li a {
  font-size: 20px;
  line-height: 1;
}
.product_type li a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  pointer-events: fill;
}

.product_ranking {
  background-color: #fff;
  width: 1170px;
  margin: 80px auto;
  position: relative;
  z-index: 1;
}

.ranking {
  padding: 0 65px;
}

.ranking > div {
  display: inline-block;
  width: 208px;
  vertical-align: top;
}

.ranking a {
  display: block;
  position: relative;
}

.ranking .txt {
  color: #666;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  font-feature-settings: "palt";
}

.ranking .rank {
  font-size: 16px;
  padding: 0 0 10px;
  text-align: center;
}

.ranking > div .rank::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 18px;
}

.ranking > div:nth-child(1) .rank::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 18px;
  margin-right: 5px;
  background: url(/dp/img/top/icn_gold.png) no-repeat center center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.ranking > div:nth-child(2) .rank::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 18px;
  margin-right: 5px;
  background: url(/dp/img/top/icn_silver.png) no-repeat center center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.ranking > div:nth-child(3) .rank::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 18px;
  margin-right: 5px;
  background: url(/dp/img/top/icn_copper.png) no-repeat center center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.ranking > div:nth-child(1) .rank::after {
  content: "No.1";
  display: inline-block;
}

.ranking > div:nth-child(2) .rank::after {
  content: "No.2";
  display: inline-block;
}

.ranking > div:nth-child(3) .rank::after {
  content: "No.3";
  display: inline-block;
}

.ranking > div:nth-child(4) .rank::after {
  content: "No.4";
  display: inline-block;
}

.ranking > div:nth-child(5) .rank::after {
  content: "No.5";
  display: inline-block;
}

.ranking > div:nth-child(6) .rank::after {
  content: "No.6";
  display: inline-block;
}

.ranking > div:nth-child(7) .rank::after {
  content: "No.7";
  display: inline-block;
}

.ranking > div:nth-child(8) .rank::after {
  content: "No.8";
  display: inline-block;
}

.ranking > div:nth-child(9) .rank::after {
  content: "No.9";
  display: inline-block;
}

.ranking > div:nth-child(10) .rank::after {
  content: "No.10";
  display: inline-block;
}

.ranking_note {
  font-size: 12px;
  text-align: center;
  margin: 40px 0 0;
}

.ranking_link {
  text-align: center;
}

.ranking_note2 {
  font-size: 12px;
  text-align: center;
  margin: 30px 0 0;
}

/*----------------------------------------------------
 sec_support
--------------------------------------------------- */
.sec_support {
  border-top: solid 1px #e0e0e0;
  /*For Old WebKit*/
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #ffffff 30%, #ffffff 100%);
  /*For Modern Browser*/
  background: linear-gradient(to bottom, #f5f5f5 0%, #ffffff 30%, #ffffff 100%);
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

.sec_support .inner {
  padding-top: 0;
}

#wrapper .sec_support .lead {
  margin-bottom: 50px;
}

.support_links {
  text-align: center;
  display: flex;
  align-items: flex-start;
}

.support_links li {
  display: inline-block;
  width: 380px;
  margin-left: 15px;
  text-align: left;
}

.support_links li:first-child {
  margin-left: 0;
}

.support_links li .support_links_catch {
  font-size: 24px;
  color: #e84388;
  white-space: nowrap;
  line-height: 1;
}

.support_links li a {
  display: block;
  overflow: hidden;
  position: relative;
  margin-top: 30px;
}

.support_links .img {
  float: left;
  margin-right: 18px;
}

.support_links .title {
  font-size: 20px;
  line-height: 1.5;
  overflow: hidden;
  margin: 0 0 15px;
}

.support_links .title::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  margin-left: 5px;
  margin-top: -4px;
  border-top: solid 2px #e84388;
  border-right: solid 2px #e84388;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.support_links .txt {
  font-size: 14px;
  line-height: 1.5;
  overflow: hidden;
}

/*----------------------------------------------------
 sec_tvcm
--------------------------------------------------- */
.sec_tvcm {
  border-top: solid 1px #e0e0e0;
  padding: 80px 0;
}

.tvcm_movie {
  margin: 40px auto 0;
  position: relative;
  width: 717px;
}

/*----------------------------------------------------
 modal_youtube
--------------------------------------------------- */
.mod-modalwin {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow-y: auto;
  padding: 50px 0;
  z-index: 2000;
}

.mod-modalwin::-webkit-scrollbar {
  display: none;
}

.mod-modalwin--cover {
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.mod-modalwin--box {
  position: relative;
  margin: auto;
  background-color: #fff;
  width: 770px;
  z-index: 2001;
}

.mod-modalwin--box.m-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mod-modalwin--btn {
  position: absolute;
  top: -50px;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(/dp/img/common/icn_modalclose.svg) no-repeat center center;
  background-size: contain;
}

.mod-modalwin--btn a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -30em;
  overflow: hidden;
}

.mod-movie {
  width: 770px;
  position: relative;
  height: 0;
  padding-top: 56.25%;
}

.mod-movie--player {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  transition: all 1s ease;
}

.mod-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  cursor: pointer;
}

.mod-movie .mod-movie_thumb {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  cursor: pointer;
}

/*----------------------------------------------------
 sample_bnr
--------------------------------------------------- */
.sample_bnr {
  padding: 40px 0;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
  background: rgb(221, 239, 251);
  background: linear-gradient(180deg, rgb(221, 239, 251) 0%, rgb(255, 255, 255) 100%);
}
