@charset "UTF-8";
:root {
  --color-01: #484343;
}

.m {
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.pane-contents {
  overflow-x: hidden;
}

#leglly .fw {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
#leglly .red {
  color: #CE0101;
}
#leglly .mt {
  margin-top: 100px !important;
}
#leglly .mt50 {
  margin-top: 50px !important;
}
#leglly .mt0 {
  margin-top: 0 !important;
}
#leglly .mb {
  margin-bottom: 100px !important;
}
#leglly .mb50 {
  margin-bottom: 50px !important;
}
#leglly .mb0 {
  margin-bottom: 0 !important;
}
#leglly .pb0 {
  padding-bottom: 0 !important;
}
#leglly .pt0 {
  padding-top: 0 !important;
}
#leglly .text_left {
  text-align: left;
}
#leglly .bg {
  background: #F4F5F8;
  padding: 100px 0;
}
#leglly sup {
  vertical-align: text-top;
  font-size: 0.6em;
  line-height: 1;
}
#leglly .img {
  text-align: center;
}
#leglly img {
  vertical-align: bottom;
}
#leglly .img_pc_w img {
  width: 70%;
}
#leglly .w100 {
  width: 100%;
}
#leglly .iblock {
  display: inline-block !important;
}
#leglly .title_blue {
  background: var(--color-01);
  color: #fff;
  font-size: 1.8em;
  padding: 20px;
  margin: 70px 0;
  font-weight: bold;
}
#leglly .htitle_01 {
  color: var(--color-01);
  font-size: 1.5em;
  font-weight: bold;
  margin: 30px 0;
}
#leglly .a-center {
  display: flex;
  align-items: center;
}
#leglly .common {
  margin-top: 150px;
}
#leglly .common .common_top .logo {
  text-align: center;
  padding: 80px 0;
}
#leglly .common .common_top .logo img {
}
#leglly .common .common_top .title {
  text-align: center;
  margin: 120px 0 100px 0;
}
#leglly .common .common_top p {
  line-height: 3;
  text-align: center;
  font-size: 1.1em;
}
#leglly .promise_common_area {
  background: url(/goods/leglly/common/promise_bg.jpg) no-repeat scroll center center/cover;
  padding: 0 0 50px 0;
  margin-top: 100px;
}
#leglly .promise_common_area .main_title {
  text-align: center;
  padding: 80px 0 0 0;
  color: var(--color-01);
  font-size: 1.8em;
}
#leglly .promise_common_area .main_title span {
  font-size: 0.6em;
}
#leglly .promise_common_area .promise_list {
  margin: 0 50px;
}
#leglly .promise_common_area .promise_list > li {
  background: #fff;
  padding: 50px 80px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  margin: 50px 0;
  position: relative;
}
#leglly .promise_common_area .promise_list > li .number {
  color: #8595C6;
  position: absolute;
  top: 10px;
  font-size: 8em;
}
#leglly .promise_common_area .promise_list > li:nth-child(odd) .text {
  padding-left: 120px;
}
#leglly .promise_common_area .promise_list > li:nth-child(odd) .number {
  left: 80px;
}
#leglly .promise_common_area .promise_list > li:nth-child(even) .text {
  padding-right: 120px;
}
#leglly .promise_common_area .promise_list > li:nth-child(even) .number {
  right: 80px;
}
#leglly .promise_common_area .promise_list > li .title {
  margin: 0 0 25px 0;
  font-size: 1.6em;
}
#leglly .promise_common_area .promise_list ul {
  display: flex;
  grid-gap: 15px;
  justify-content: center;
  margin: 30px 0 0 0;
}
#leglly .promise_common_area .promise_list ul li {
  background: #F7F7F7;
  width: 110px;
  height: 110px;
  border: 1px solid #e1e1e1;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  text-align: center;
}
#leglly .promise_common_area .promise_list ul li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
#leglly .promise_common_area .promise_list ul li span {
  position: relative;
  z-index: 1;
  text-shadow: 1px 1px 0 #F7F7F7;
}
#leglly .faq_area .main_title {
  text-align: center;
  margin: 100px 0 80px 0;
  font-size: 1.6em;
  font-weight: bold;
  color: var(--color-01);
}
#leglly .faq_area .accordion {
  margin: 50px 0;
  border-top: 1px solid #ccc;
}
#leglly .faq_area .accordion span.m {
  font-size: 30px;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
#leglly .faq_area .accordion dt,
#leglly .faq_area .accordion dd {
  position: relative;
  padding: 20px 0 20px 40px;
}
#leglly .faq_area .accordion dt {
  cursor: pointer;
  font-size: 1.1em;
  border-bottom: 1px solid #ccc;
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#leglly .faq_area .accordion dt:hover {
  background: #FAFAFA;
}
#leglly .faq_area .accordion dt span {
  position: absolute;
  color: #949494;
}
#leglly .faq_area .accordion dd {
  display: flex;
  border-bottom: 1px solid #ccc;
  color: #F3B0B5;
  background: #FAFAFA;
}
#leglly .faq_area .accordion dt::before,
#leglly .faq_area .accordion dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 20px;
  height: 1px;
  background: #a3a3a3;
  transition: all 0.3s ease-in-out;
}
#leglly .faq_area .accordion dt::before {
  transform: rotate(90deg);
}
#leglly .faq_area .accordion dt.open::before {
  transform: rotate(180deg);
}
#leglly .faq_area .accordion dt.open::after {
  opacity: 0;
}
#leglly .step_area {
  background: #F0F3F7;
  text-align: center;
  margin-top: 100px;
  padding: 100px 0;
}
#leglly .step_area .main_title {
  font-size: 1.6em;
  font-weight: bold;
  color: var(--color-01);
}
#leglly .step_area[class*=step_05] ul li .title {
  margin: 20px 0 30px;
  font-size: 1.2em;
}
#leglly .step_area.step_0501 ul {
  background: url(/goods/leglly/common/step_bar_0501.png) no-repeat scroll bottom 0 center/99% 40px;
}
#leglly .step_area.step_0501 ul li:nth-child(1) .step {
  color: #fff;
}
#leglly .step_area.step_0502 ul {
  background: url(/goods/leglly/common/step_bar_0502.png) no-repeat scroll bottom 0 center/99% 40px;
}
#leglly .step_area.step_0502 ul li:nth-child(2) .step {
  color: #fff;
}
#leglly .step_area.step_0503 ul {
  background: url(/goods/leglly/common/step_bar_0503.png) no-repeat scroll bottom 0 center/99% 40px;
}
#leglly .step_area.step_0503 ul li:nth-child(3) .step {
  color: #fff;
}
#leglly .step_area.step_0504 ul {
  background: url(/goods/leglly/common/step_bar_0504.png) no-repeat scroll bottom 0 center/99% 40px;
}
#leglly .step_area.step_0504 ul li:nth-child(4) .step {
  color: #fff;
}
#leglly .step_area.step_0505 ul {
  background: url(/goods/leglly/common/step_bar_0505.png) no-repeat scroll bottom 0 center/99% 40px;
}
#leglly .step_area.step_0505 ul li:nth-child(5) .step {
  color: #fff;
}
#leglly .step_area.step_0401 ul {
  background: url(/goods/leglly/common/step_bar_0401.png) no-repeat scroll bottom 0 center/99% 40px;
}
#leglly .step_area.step_0401 ul li:nth-child(1) .step {
  color: #fff;
}
#leglly .step_area.step_0402 ul {
  background: url(/goods/leglly/common/step_bar_0402.png) no-repeat scroll bottom 0 center/99% 40px;
}
#leglly .step_area.step_0402 ul li:nth-child(2) .step {
  color: #fff;
}
#leglly .step_area.step_0403 ul {
  background: url(/goods/leglly/common/step_bar_0403.png) no-repeat scroll bottom 0 center/99% 40px;
}
#leglly .step_area.step_0403 ul li:nth-child(3) .step {
  color: #fff;
}
#leglly .step_area.step_0404 ul {
  background: url(/goods/leglly/common/step_bar_0404.png) no-repeat scroll bottom 0 center/99% 40px;
}
#leglly .step_area.step_0404 ul li:nth-child(4) .step {
  color: #fff;
}
#leglly .step_area.step_0301 ul {
  background: url(/goods/leglly/common/step_bar_0301.png) no-repeat scroll bottom 0 center/99% 40px;
}
#leglly .step_area.step_0301 ul li:nth-child(1) .step {
  color: #fff;
}
#leglly .step_area.step_0302 ul {
  background: url(/goods/leglly/common/step_bar_0302.png) no-repeat scroll bottom 0 center/99% 40px;
}
#leglly .step_area.step_0302 ul li:nth-child(2) .step {
  color: #fff;
}
#leglly .step_area.step_0303 ul {
  background: url(/goods/leglly/common/step_bar_0303.png) no-repeat scroll bottom 0 center/99% 40px;
}
#leglly .step_area.step_0303 ul li:nth-child(3) .step {
  color: #fff;
}
#leglly .step_area[class*=step_02] ul {
  width: 600px;
  margin: auto;
}
#leglly .step_area.step_0201 ul {
  background: url(/goods/leglly/common/step_bar_0201.png) no-repeat scroll bottom 0 center/99% 40px;
}
#leglly .step_area.step_0201 ul li:nth-child(1) .step {
  color: #fff;
}
#leglly .step_area.step_0202 ul {
  background: url(/goods/leglly/common/step_bar_0202.png) no-repeat scroll bottom 0 center/99% 40px;
}
#leglly .step_area.step_0202 ul li:nth-child(2) .step {
  color: #fff;
}
#leglly .step_area ul {
  display: flex;
  grid-gap: 20px;
  justify-content: center;
}
#leglly .step_area ul li {
  width: 100%;
  position: relative;
}
#leglly .step_area ul li .img img {
  transition: all 3000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#leglly .step_area ul li .step {
  position: absolute;
  left: 50%;
  bottom: 4px;
  font-size: 1.6em;
  letter-spacing: 1px;
  transform: translateX(-50%);
  font-weight: bold;
  color: var(--color-01);
}
#leglly .step_area ul li .title {
  margin: 40px 0;
  position: relative;
}
#leglly .step_area ul li .title:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 20px;
  background: var(--color-01);
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#leglly .step_area ul li p {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}
#leglly .step_area ul li a {
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  padding: 50px 0 80px 0;
  display: block;
}
#leglly .step_area ul li a:hover {
  text-decoration: none;
  color: var(--color-01);
  opacity: 0.8;
}
#leglly .step_area ul li a:hover .img img {
  transform: scale(1.05);
}
#leglly .step_area ul li a:hover .title:before {
  bottom: -15px;
  opacity: 1;
}
#leglly .item_top_title {
  background: #F4F5F8;
}
#leglly .item_top_title .inner {
  padding: 40px 0;
}
#leglly .item_top_title .t-1 {
  font-size: 2.5em;
  font-weight: bold;
  color: var(--color-01);
  margin: 0 0 20px 0;
  line-height: 1.3;
}
#leglly .item_top_title .t-1 span {
  font-size: 0.6em;
}
#leglly .item_top_title .t-2 {
  text-align: right;
  margin: auto 0 0 auto;
  font-size: 1.2em;
  line-height: 2.2;
}
#leglly .item_top_title .t-2 span {
  font-weight: bold;
  letter-spacing: 2px;
}
#leglly .item_message {
  text-align: center;
  padding: 100px 0;
}
#leglly .item_message .title {
  font-weight: bold;
  font-size: 1.8em;
  margin: 0;
}
#leglly .item_message .title_bottm {
  margin: 10px 0 0 0;
  display: block;
}
#leglly .item_message p {
  width: 600px;
  margin: 40px auto 0;
  font-size: 1.2em;
  line-height: 2.5;
}
#leglly .item_introduction {
  padding: 50px 0;
  line-height: 2;
  color: var(--color-01);
}
#leglly .item_introduction .inner,
#leglly .item_introduction .inner_mini {
  display: flex;
  grid-gap: 50px;
}
#leglly .item_introduction .inner .img,
#leglly .item_introduction .inner_mini .img {
  width: 50%;
  text-align: center;
}
#leglly .item_introduction .inner .img img,
#leglly .item_introduction .inner_mini .img img {
  vertical-align: bottom;
}
#leglly .item_introduction .inner .text,
#leglly .item_introduction .inner_mini .text {
  width: 70%;
}
#leglly .item_introduction .inner .text .title,
#leglly .item_introduction .inner_mini .text .title {
  font-weight: bold;
  font-size: 1.6em;
}
#leglly .item_introduction .inner .text .p-1,
#leglly .item_introduction .inner_mini .text .p-1 {
  margin: 30px 0;
}
#leglly .item_introduction .inner .text .p-1 span,
#leglly .item_introduction .inner_mini .text .p-1 span {
  font-size: 0.8em;
}
#leglly .item_introduction .inner .text .p-2 .capa,
#leglly .item_introduction .inner_mini .text .p-2 .capa {
  font-size: 0.8em;
  border: 1px solid var(--color-01);
  padding: 1px 5px;
  display: inline-block;
  margin: 5px 0 0 0;
}
#leglly .item_introduction .inner .text .p-2 .iyaku,
#leglly .item_introduction .inner_mini .text .p-2 .iyaku {
  border: 1px solid var(--color-01);
  padding: 1px 5px;
  line-height: 1;
  font-size: 0.8em;
  vertical-align: 1px;
}
#leglly .item_introduction .inner .mini,
#leglly .item_introduction .inner_mini .mini {
  color: #787878;
  margin: 20px 0 0 0;
  text-align: right;
  font-size: 0.8em;
}

#leglly .item_bg_08 {
  background: url(/goods/leglly/51103102/message_bg.jpg) no-repeat scroll center center/cover;
  padding: 50px 0 0 0;
}

#leglly .item_bg_16 .img {
  width: 50%;
}
#leglly .item_bg_16 .text {
  width: 50%;
  padding: 30px 0 0 0;
}
#leglly .item_introduction_02 {
  margin: 100px 0;
}
#leglly .item_introduction_02 .img {
  margin: 50px 0;
}
#leglly .item_introduction_02 .title_yellow {
  color: #D2A800;
  text-align: center;
  font-weight: bold;
  margin: 0 0 50px 0;
}
#leglly .item_introduction_02 p .mini {
  display: block;
  text-align: center;
  font-size: 0.8em;
  margin: 30px 0 0 0;
}
#leglly .item_introduction_03 {
  text-align: center;
}
#leglly .item_introduction_03 .main_title {
  color: var(--color-01);
  font-weight: bold;
  font-size: 1.8em;
  margin: 0 0 30px 0;
}
#leglly .item_introduction_03 .item_box {
  margin: 80px 0;
}
#leglly .item_introduction_03 .item_box .title_item {
  font-size: 1.6em;
  margin: 20px 0 60px 0;
  font-weight: bold;
}
#leglly .item_introduction_03 .item_box ul {
  display: inline-block;
}
#leglly .item_introduction_03 .item_box ul li {
  margin: 50px 0;
}
#leglly .check_item {
  text-align: left;
}
#leglly .check_item .m {
  background: var(--color-01);
  color: #fff;
  padding: 10px 15px;
  display: inline-block;
  font-size: 1.2em;
  letter-spacing: 1px;
}
#leglly .check_item p {
  background: #fff;
  padding: 30px 0;
  text-align: center;
  font-size: 1.2em;
}
#leglly .check_item_02 .text {
  border: 1px solid var(--color-01);
  padding: 40px;
}
#leglly .check_item_02 .text .title {
  font-size: 1.2em;
  font-weight: bold;
  color: var(--color-01);
  margin: 0 0 20px 0;
}
#leglly .check_item_02 .text p {
  font-size: 1em;
  text-align: left;
  padding: 0;
}
#leglly .picture_text_area {
  text-align: center;
  padding: 50px 0;
}
#leglly .picture_text_area.fw {
  background: #F4F5F8;
  padding: 100px 0;
}
#leglly .picture_text_area .img {
  margin: 60px 0 0 0;
}
#leglly .picture_text_area .img img {
  width: 100%;
}
#leglly .picture_text_area .boder_title + p {
  text-align: left;
}
#leglly .picture_text_area .fl_img {
  display: flex;
  grid-gap: 50px;
  justify-content: center;
}
#leglly .picture_text_area .fl_img .box {
  width: 100%;
}
#leglly .picture_text_area .fl_img .box p {
  text-align: left;
  margin: 20px 0 0 0;
}
#leglly .note.right {
  text-align: right;
  font-size: 0.8em;
  margin: 10px 0 0 0;
  display: block;
}
#leglly .center {
  text-align: center;
}
#leglly .boder_title {
  text-align: center;
  font-size: 1.6em;
}
#leglly .boder_title span {
  margin: 40px 0 40px 0;
  padding: 10px 25px;
  border-bottom: 1px solid var(--color-01);
  color: var(--color-01);
  display: inline-block;
  font-weight: bold;
}
#leglly .boder_title .mini {
  font-size: 0.6em;
  font-weight: normal;
}
#leglly .recommendation_area .box {
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
  margin: 80px 0;
  padding: 40px 50px;
  text-align: center;
}
#leglly .recommendation_area .title {
  margin: 20px;
  font-size: 1.6em;
  font-weight: bold;
}
#leglly .recommendation_area p {
  font-size: 1.2em;
  font-weight: bold;
  margin: 20px 0;
}
#leglly .recommendation_area ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#leglly .recommendation_area ul li {
  position: relative;
  text-align: left;
  margin: 15px 0;
  padding: 0 0 0 35px;
  font-size: 1.2em;
  display: flex;
  align-items: center;
}
#leglly .recommendation_area ul li:before, #leglly .recommendation_area ul li:after {
  content: "";
  position: absolute;
}
#leglly .recommendation_area ul li:before {
  width: 20px;
  height: 20px;
  background: #eee;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#leglly .recommendation_area ul li:after {
  width: 10px;
  height: 15px;
  border: solid var(--color-01);
  border-width: 0 3px 3px 0;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  left: 8px;
  top: 35%;
}
#leglly .title_set_01 {
  background: #f5e1e1;
  padding: 70px 0;
  text-align: center;
}
#leglly .title_set_01 .title {
  margin: 0;
  font-size: 1.6em;
  line-height: 1.3;
  color: var(--color-01);
  font-weight: bold;
}
#leglly .title_set_01 .title span {
  font-size: 0.6em;
  font-weight: normal;
}
#leglly .title_set_01 .title sup {
  font-weight: normal;
}
#leglly .title_set_02 {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
}
#leglly .title_set_02 .title {
  color: var(--color-01);
  font-weight: bold;
  font-size: 1.6em;
}
#leglly .title_set_02 p {
  font-size: 1.2em;
  line-height: 2;
  margin: 30px 0 0 0;
}
#leglly .title_set_02 .mini {
  font-size: 0.7em;
}
#leglly .reason_area .main_title {
  text-align: center;
  font-weight: bold;
  color: var(--color-01);
  margin: 100px 0 70px;
  font-size: 1.8em;
}
#leglly .reason_area dl {
  margin: 30px 0;
}
#leglly .reason_area dt {
  font-size: 1.6em;
  line-height: 1.8;
  margin: 50px 0;
  position: relative;
  font-weight: bold;
  color: var(--color-01);
  text-align: center;
}
#leglly .reason_area dt .mini {
  font-size: 0.7em;
}
#leglly .reason_area dt .point {
  text-align: center;
  position: absolute;
  background: var(--color-01);
  color: #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0.8;
  font-size: 2.2em;
  left: 0;
  top: 50%;
  font-weight: normal;
  transform: translateY(-50%);
}
#leglly .reason_area dt .point span {
  font-size: 0.3em;
  letter-spacing: 1px;
  margin: 0 0 -35px 0;
  display: block;
}
#leglly .reason_area dd {
  line-height: 2;
  margin: 70px 0 70px;
  padding: 0 0 30px 0;
}
#leglly .reason_area dd .img {
  margin: 50px 0;
}
#leglly .reason_area .box_bottom {
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
  margin: 80px 0;
  padding: 40px 50px;
  text-align: center;
  background: #fff;
}
#leglly .reason_area .box_bottom .title {
  font-size: 1em;
  margin: 0 0 20px 0;
}
#leglly .reason_area .box_bottom p {
  text-align: left;
  font-size: 0.9em;
  line-height: 1.5;
}
#leglly .reason_set_area .fl50 .title_blue {
  margin: 0;
  display: inline-block;
  padding: 10px 20px;
}
#leglly .reason_set_area .recommendation_area ul {
  display: block;
  margin: 40px 0 0 0;
}
#leglly .reason_set_area .red {
  color: #DE0688;
}
#leglly .note {
  font-weight: normal !important;
}
#leglly .note.rights {
  text-align: right;
  display: block;
}
#leglly .note.mini {
  font-size: 0.8em;
}
#leglly .boder_title + .note {
  margin: -30px 0 0 0;
}
#leglly .rights {
  text-align: right !important;
}
#leglly .left {
  text-align: left !important;
}
#leglly .method_list {
  margin: 50px 0 120px;
}
#leglly .method_list ul {
  display: flex;
  grid-gap: 40px;
  justify-content: center;
}
#leglly .method_list ul li {
  border: 1px solid #bbb;
  width: 250px;
  height: 250px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  text-align: center;
  justify-content: center;
  position: relative;
}
#leglly .method_list ul li .m {
  color: var(--color-01);
  font-size: 1.8em;
  font-weight: bold;
  display: block;
}
#leglly .method_list ul li .m span {
  font-size: 1.4em;
}
#leglly .method_list ul li p {
  font-weight: bold;
  font-size: 1.2em;
}
#leglly .method_list ul li .note {
  position: absolute;
  right: -20px;
  bottom: 0;
  font-size: 0.8em;
}
#leglly .ingredient_area .table_list .title {
  text-align: center;
  font-weight: bold;
  font-size: 1.6em;
  color: var(--color-01);
  margin: 80px 0 30px 0;
}
#leglly .ingredient_area .table_list table {
  width: 100%;
}
#leglly .ingredient_area .table_list table th,
#leglly .ingredient_area .table_list table td {
  border: 1px solid #bbb;
  vertical-align: middle;
  padding: 25px 20px;
}
#leglly .ingredient_area .table_list table th {
  font-size: 1.6em;
}
#leglly .ingredient_area .table_list table td {
  text-align: left;
}
#leglly .ingredient_area .table_list .note {
  text-align: right;
  font-size: 0.8em;
  margin: 20px 0;
}
#leglly .ingredient_area .table_list .big {
  font-size: 1.2em;
  font-weight: bold;
  color: var(--color-01);
}
#leglly .box_list .top_title {
  text-align: center;
  font-weight: bold;
  font-size: 1.8em;
  color: var(--color-01);
  margin: 80px 0 30px 0;
}
#leglly .box_list .top_title + p {
  text-align: center;
}
#leglly .box_list .box_title {
  text-align: center;
  margin: 80px 0 50px 0;
  color: var(--color-01);
  font-weight: bold;
  font-size: 1.4em;
}
#leglly .box_list ul {
  display: flex;
  grid-gap: 10px;
  text-align: center;
  justify-content: center;
  padding: 110px 0 0 0;
}
#leglly .box_list ul li {
  border: 1px solid #555;
  padding: 20px;
  position: relative;
}
#leglly .box_list ul li .number {
  background: var(--color-01);
  color: #fff;
  width: 80px;
  height: 80px;
  line-height: 80px;
  display: inline-block;
  font-size: 2.3em;
  position: absolute;
  left: 50%;
  top: -100px;
  transform: translateX(-50%);
}
#leglly .box_list ul li .box .title {
  font-size: 1.2em;
  font-weight: bold;
  color: var(--color-01);
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
#leglly .box_list ul li .box p {
  text-align: left;
}
#leglly .box_list ul li .box .t-1 {
  font-size: 0.8em;
  margin: 0 0 20px 0;
  line-height: 2;
}
#leglly .box_list .text_bottom {
  border: 1px solid #ccc;
  padding: 30px;
  margin: 50px 0 100px 0;
}
#leglly .promise_area {
  text-align: center;
  margin: 150px 0;
}
#leglly .promise_area .main_title {
  font-size: 1.8em;
  margin: 0;
  font-weight: bold;
  margin: 0 0 80px 0;
  color: var(--color-01);
}
#leglly .promise_area p {
  line-height: 2;
}
#leglly .promise_area ul {
  display: flex;
  grid-gap: 15px;
  justify-content: center;
  margin: 50px 0;
}
#leglly .promise_area ul li {
  background: #f5e1e1;
  width: 150px;
  height: 150px;
  border: 1px solid #f5e1e1;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  text-align: center;
}
#leglly .promise_area ul li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
#leglly .promise_area ul li span {
  position: relative;
  z-index: 1;
  text-shadow: 1px 1px 0 #F7F7F7;
}
#leglly .howto_area {
  margin: 100px 0 0 0;
  text-align: center;
}
#leglly .howto_area .main_title {
  color: var(--color-01);
  font-weight: bold;
}
#leglly .howto_area .htitle_01 {
  font-size: 1em;
  margin: 20px 0;
}
#leglly .howto_area .care_area {
  margin: 30px 0;
}
#leglly .howto_area .care_area span {
  display: block;
  font-size: 1.3em;
  font-weight: bold;
  color: var(--color-01);
  margin: 10px 0;
}
#leglly .howto_area .p-1 {
  margin: 30px 0;
}
#leglly .howto_area .p-2 {
  margin: 40px 0;
}
#leglly .howto_area .movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 100px 0;
}
#leglly .howto_area .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#leglly .care_step ul {
  display: flex;
  grid-gap: 60px;
  margin: 100px 0;
}
#leglly .care_step ul li {
  position: relative;
  width: 100%;
  text-align: left;
}
#leglly .care_step ul li .numbar {
  position: absolute;
  background: var(--color-01);
  color: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 1.8em;
  text-align: center;
  line-height: 1;
  padding: 17px 0 0 0;
  left: 0;
  top: 0;
}
#leglly .care_step ul li .numbar span {
  font-size: 0.4em;
  display: block;
  letter-spacing: 1px;
}
#leglly .care_step ul li .img {
  margin: 40px 0;
}
#leglly .care_step ul.color_02 .numbar {
  background: #D2D0E8;
}
#leglly .howto_point {
  background: #F2FAFC;
  padding: 30px 40px;
  margin: 70px 0;
}
#leglly .howto_point dl {
  display: grid;
  grid-template-columns: 0.2fr 1fr;
  grid-gap: 20px 30px;
  align-items: center;
}
#leglly .howto_point dl dt,
#leglly .howto_point dl dd {
  padding: 5px;
}
#leglly .howto_point dl dt {
  background: var(--color-01);
  color: #fff;
}
#leglly .howto_point dl dd {
  text-align: left;
}
#leglly .care_step_box .title {
  font-size: 1.6em;
  color: var(--color-01);
  margin: 100px 0 50px 0;
}
#leglly .care_step_box .fl50 {
  grid-gap: 110px;
}
#leglly .care_step_box .fl50 .box {
  position: relative;
}
#leglly .care_step_box .fl50 p {
  text-align: left;
  margin: 20px 0 0 0;
}
#leglly .care_step_box .fl50 .number {
  position: absolute;
  background: var(--color-01);
  color: #fff;
  padding: 5px 10px;
  left: -10px;
  top: -10px;
  border-radius: 3px;
  letter-spacing: 1px;
  line-height: 1;
}
#leglly .care_step_box .fl50 .number span {
  font-size: 1.6em;
}
#leglly .advice_box {
  background: #F2FAFC;
  padding: 30px 40px 50px;
  text-align: left;
  margin: 100px 0 0 0;
}
#leglly .advice_box .title_blue {
  display: inline-block;
  margin: 0;
  padding: 10px 15px;
}
#leglly .advice_box .title {
  margin: 30px 0;
  font-size: 1.2em;
}
#leglly .advice_box p {
  margin: 0 0 30px 0;
}
#leglly .care_step_02 ul {
  display: block;
}
#leglly .care_step_02 ul li {
  padding: 10px 0 0 100px;
  margin: 0 0 40px 0;
}
#leglly .care_step_02 ul li .text {
  font-size: 1.5em;
}
#leglly .care_step_02 ul li .text span {
  font-size: 0.7em;
}
#leglly .care_step_02 ul li .t-center {
  padding: 10px 0;
}
#leglly .howto_area_02 .text {
  text-align: left;
}
#leglly .title {
  font-weight: bold;
}
#leglly .title.boder {
  border-bottom: 1px solid #bbb;
  padding: 10px 0;
  margin: 0 0 20px 0;
}
#leglly .title.left {
  text-align: left;
}
#leglly .usage_area {
  text-align: left;
}
#leglly .usage_area .title_top {
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
  margin: 40px 0;
  font-weight: bold;
  color: var(--color-01);
  font-size: 1.5em;
}
#leglly .usage_area .title_01 {
  background: var(--color-01);
  text-align: center;
  color: #fff;
  padding: 10px 0;
  margin: 80px 0 50px 0;
  font-size: 1.6em;
}
#leglly .usage_area .title_02 {
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  color: var(--color-01);
  margin: 50px 0;
}
#leglly .usage_area .img {
  margin: 50px 0;
}
#leglly .fl_img_text {
  display: flex;
  grid-gap: 50px;
}
#leglly .fl_img_text .img {
  width: 30%;
}
#leglly .fl_img_text .text {
  width: 65%;
  line-height: 2;
}
#leglly .text_img_01 .bottom_text {
  margin: 50px 0 -50px 0;
  text-align: center;
}
#leglly .text_img_01 .bottom_text.mini {
  font-size: 0.8em;
}
#leglly .fl50 {
  display: flex;
  grid-gap: 50px;
}
#leglly .fl50 .box {
  width: 50%;
}
#leglly .fl50.reverse {
  flex-direction: row-reverse;
}
#leglly .img_title_text {
  margin: 50px 0;
  text-align: center;
}
#leglly .img_title_text .box {
  background: #fff;
}
#leglly .img_title_text .box img {
  margin: 20px;
}
#leglly .img_title_text .box .img_title {
  background: var(--color-01);
  color: #fff;
  padding: 15px;
  margin: 0 0 20px 0;
}
#leglly .img_title_text .box .img_title span {
  font-size: 0.7em;
}
#leglly .img_title_text .box .img_text {
  padding: 20px;
}
#leglly .satisfaction_area {
  margin-top: 100px;
  margin-bottom: 100px;
}
#leglly .satisfaction_area .main_title {
  text-align: center;
  margin: 50px 0;
  font-size: 1.6em;
  font-weight: bold;
  color: var(--color-01);
}
#leglly .satisfaction_area .text ul {
  display: flex;
  grid-gap: 15px;
  margin: 0 0 20px 0;
}
#leglly .satisfaction_area .text ul li {
  background: #fff;
  padding: 7px 15px;
  min-width: 90px;
  text-align: center;
}
#leglly .component_list {
  margin: 80px 0;
}
#leglly .component_list ul {
  display: flex;
  grid-gap: 15px;
}
#leglly .component_list li {
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
  position: relative;
}
#leglly .component_list .c-1 {
  border-bottom: 1px solid #eee;
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
}
#leglly .component_list .c-2 {
  font-size: 0.8em;
}
#leglly .component_list .i {
  position: absolute;
  background: #C5B17C;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  right: -10px;
  top: -30px;
  font-size: 0.8em;
}
#leglly .text_graph .inner_mini {
  min-width: 500px;
  max-width: 500px;
}
#leglly .text_graph .box {
  text-align: center;
}
#leglly .list_01 {
  display: flex;
  grid-gap: 15px;
  margin: 50px 0;
}
#leglly .list_01 li {
  background: #F4F5F8;
  width: 100%;
  text-align: center;
  padding: 15px 0;
}
#leglly .list_01 li .t1,
#leglly .list_01 li .t2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-weight: bold;
}
#leglly .bg .list_01 li {
  background: #dedfe3;
}
#leglly .arrow_graph {
  margin: 70px 0;
}
#leglly .arrow_graph .box {
  display: grid;
  grid-template-columns: 1fr 0.6fr 1fr;
  grid-gap: 40px;
  margin: 30px 0;
}
#leglly .arrow_graph .blue,
#leglly .arrow_graph .boder {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#leglly .arrow_graph .blue {
  background: var(--color-01);
  color: #fff;
}
#leglly .arrow_graph .boder {
  border: 1px solid var(--color-01);
}
#leglly .arrow_graph .arrow {
  position: relative;
}
#leglly .arrow_graph .arrow span {
  background: var(--color-01);
  width: 60%;
  height: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#leglly .arrow_graph .arrow:before, #leglly .arrow_graph .arrow:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: var(--color-01) transparent transparent transparent;
  position: absolute;
  top: 50%;
}
#leglly .arrow_graph .arrow:before {
  left: 0;
  transform: translateY(-50%) rotate(90deg);
}
#leglly .arrow_graph .arrow:after {
  right: 0;
  transform: translateY(-50%) rotate(-90deg);
}
#leglly .img_left_box {
  display: flex;
  grid-gap: 50px;
  flex-direction: row-reverse;
  margin: 50px 0;
}
#leglly .img_left_box .left {
  text-align: left;
  margin: 0;
}
#leglly .img_left_box .left span {
  display: block;
  padding: 0 0 5px 0;
  margin: 0 0 20px 0;
  font-size: 0.8em;
}
#leglly .img_left_box .box {
  background: #fff;
  padding: 30px;
  margin: 20px 0;
}
#leglly .x_box {
  display: flex;
  margin: 50px 0;
}
#leglly .x_box .box {
  width: 40%;
  align-items: center;
  text-align: center;
  display: flex;
  justify-content: center;
  height: 150px;
  background: #fff;
}
#leglly .x_box .x {
  width: 10%;
  position: relative;
}
#leglly .x_box .x:before, #leglly .x_box .x:after {
  content: "";
  background: var(--color-01);
  width: 20px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
}
#leglly .x_box .x:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#leglly .x_box .x:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#leglly .x_box .blue {
  background: var(--color-01);
  color: #fff;
  font-size: 1.3em;
  letter-spacing: 1px;
}
#leglly .x_box .big {
  font-size: 1.5em;
}
#leglly .p_box {
  display: flex;
  align-items: center;
  grid-gap: 20px;
  justify-content: center;
  margin: 50px 0;
}
#leglly .p_box .blue {
  background: var(--color-01);
  color: #fff;
  font-weight: bold;
  padding: 30px 0;
  width: 250px;
}
#leglly .p_box .blue p {
  margin: 0;
}
#leglly .p_box .plus {
  position: relative;
  width: 50px;
  height: 50px;
}
#leglly .p_box .plus:before, #leglly .p_box .plus:after {
  content: "";
  background: var(--color-01);
  width: 36px;
  height: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#leglly .p_box .plus:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
#leglly .efficacy_area {
  margin: 70px 0;
}
#leglly .efficacy_area .main_title {
  text-align: center;
  color: var(--color-01);
  font-weight: bold;
  font-size: 1.4em;
  margin: 0 0 20px 0;
}
#leglly .efficacy_area .title_bottom {
  text-align: center;
  margin: 0 0 50px 0;
}
#leglly .efficacy_area .box {
  background: #F4F5F8;
  padding: 30px;
}
#leglly .efficacy_area .title {
  text-align: center;
  color: var(--color-01);
  font-weight: bold;
  font-size: 1.2em;
}
#leglly .efficacy_area .list_box {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#leglly .efficacy_area .list_box div {
  width: 100%;
}
#leglly .efficacy_area ul li {
  background: var(--color-01);
  color: #fff;
  text-align: center;
  border-radius: 100px;
  padding: 5px 10px;
  max-width: 230px;
}
#leglly .efficacy_area .l-1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 5px;
  margin: 5px 0;
}
#leglly .efficacy_area .l-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5px;
}
#leglly .panel_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
#leglly .panel_list li {
  background: #F8F8FA;
  padding: 20px 25px;
}
#leglly .panel_list .title {
  text-align: center;
  font-size: 1.2em;
  margin: 25px 0;
}
#leglly .panel_list p {
  margin: 20px 0 0 0;
}
#leglly .img_circle {
  background: #f4f7fa;
  display: flex;
  grid-gap: 30px;
  border-radius: 100px;
  align-items: center;
  text-align: left;
  margin: 50px 0;
  margin: 100px 0;
}
#leglly .img_circle img {
  vertical-align: bottom;
}
#leglly .care_list {
  display: flex;
  grid-gap: 50px;
  justify-content: center;
  margin: 100px 0;
}
#leglly .care_list .text {
  width: 60%;
}
#leglly .care_list ul {
  margin: 0;
  border-top: 1px solid #ccc;
}
#leglly .care_list li {
  padding: 30px !important;
  margin: 0 !important;
  display: flex;
  text-align: center !important;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
#leglly .care_list li .note {
  margin: 15px 0 0 0;
  display: block;
}
#leglly .care_list li p {
  width: 50%;
}
#leglly .care_list li .big {
  font-size: 1.3em;
  margin: 0 3px;
}
#leglly .hair_area_01 .main_title {
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  margin: 50px 0;
}
#leglly .hair_area_01 .img {
  margin: 70px 0;
}
#leglly .blue_bg {
  color: #fff;
  background: linear-gradient(#000228, #012255);
  padding: 100px 0;
}
#leglly .block_mini {
  width: 600px;
  margin: 0 auto;
}
#leglly .hair_reason_area .fl50 {
  margin: 70px 0;
}
#leglly .hair_reason_area .fl50 .img {
  margin: 20px 0;
}
#leglly .hair_reason_area .liquid {
  text-align: center;
  color: var(--color-01);
  font-size: 1em;
  border: 1px solid var(--color-01);
  border-radius: 5px;
  width: 50%;
  margin: 0 auto;
  letter-spacing: 3px;
  font-weight: bold;
  line-height: 1.5;
  width: 170px;
}
#leglly .hair_reason_area .liquid span {
  font-size: 1.6em;
}
#leglly .hair_reason_area .blue_text {
  text-align: center;
  color: var(--color-01);
  font-weight: bold;
  line-height: 1.5;
}
#leglly .hair_liquid_data .fl {
  display: flex;
  grid-gap: 30px;
  margin: 50px 0;
}
#leglly .hair_liquid_data img {
  vertical-align: bottom;
}
#leglly .hair_liquid_data .box_01 {
  width: 25%;
}
#leglly .hair_liquid_data .box_02 {
  width: 75%;
}
#leglly .hair_liquid_data .box_02 .box_title {
  background: #F2FAFC;
  margin: 0 0 10px 0;
}
#leglly .hair_liquid_data .box_02 .box_title .title {
  margin: 0 0 10px 0;
  text-align: center;
  padding: 15px 0;
  line-height: 1.3;
}
#leglly .hair_liquid_data .box_02 .box_title .title .note {
  font-weight: normal;
  font-size: 0.6em;
}
#leglly .hair_liquid_data .box_02 ul {
  display: flex;
  grid-gap: 10px;
}
#leglly .hair_liquid_data .box_02 li {
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: var(--color-01);
  font-size: 1.2em;
  background: #F2FAFC;
  line-height: 1.5;
  padding: 20px 0;
}
#leglly .hair_liquid_data .box_02 li .img {
  margin: 15px 0;
}
#leglly .hair_liquid_data .plus {
  position: relative;
  display: block;
  height: 80px;
}
#leglly .hair_liquid_data .plus:before, #leglly .hair_liquid_data .plus:after {
  content: "";
  background: #A8C0D5;
  width: 80px;
  height: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
}
#leglly .hair_liquid_data .plus:before {
  transform: translate(-50%, -50%);
}
#leglly .hair_liquid_data .plus:after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
#leglly .hair_liquid_data .table_box {
  display: flex;
  grid-gap: 10px;
  padding: 0 10px 10px;
  align-items: flex-start;
}
#leglly .hair_liquid_data .table_box .title {
  padding: 25px 0 10px;
}
#leglly .hair_liquid_data .table_box table {
  border-collapse: inherit;
  border-spacing: 5px;
  width: 50%;
}
#leglly .hair_liquid_data .table_box table th,
#leglly .hair_liquid_data .table_box table td {
  padding: 10px 5px;
  line-height: 1.3;
  font-size: 0.9em;
  vertical-align: middle;
}
#leglly .hair_liquid_data .table_box table th {
  background: #fff;
  text-align: center;
}
#leglly .cp_mv .text {
  background: url(/goods/leglly/61102901/top_bg.jpg) no-repeat scroll center 0/cover;
  padding: 0 50px 60px;
}
#leglly .cp_mv .text .box {
  background: #fff;
  text-align: center;
  padding: 50px 80px;
  border-radius: 10px;
}
#leglly .cp_mv .text .title {
  display: inline-block;
  background: var(--color-01);
  color: #fff;
  padding: 13px 30px;
  font-size: 1.6em;
  border-radius: 100px;
  margin: 0 0 30px 0;
}
#leglly .cp_mv .text .price_text {
  display: inline-block;
  border-bottom: 2px solid #ccc;
  padding: 5px 5px;
  font-size: 2.5em;
  margin: 0 0 50px 0;
}
#leglly .cp_mv .text .price_text .mini {
  font-size: 0.6em;
}
#leglly .cp_mv .text .price_text .red {
  color: #CE0101;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0 0 0 5px;
}
#leglly .cp_mv .text p {
  text-align: left;
  font-size: 0.8em;
  display: inline-block;
}
#leglly .cp_bottom .text {
  background: none !important;
}
#leglly .set_area {
  text-align: center;
  margin: 70px 0;
}
#leglly .set_area .set_bg {
  background: url(/goods/leglly/61102901/img_01.jpg) no-repeat scroll center center/auto 100% #f0f3f8;
  display: flex;
  align-items: center;
  height: 250px;
}
#leglly .set_area .set_bg p {
  text-align: left;
  padding: 0 0 0 50%;
  color: var(--color-01);
  font-weight: bold;
  font-size: 1.2em;
}
#leglly .set_message .set_message_mv {
  position: relative;
}
#leglly .set_message .set_message_mv .text {
  position: absolute;
  top: 150px;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  color: var(--color-01);
}
#leglly .set_message .set_message_mv .text .title {
  margin: 0 0 40px 0;
}
#leglly .set_message .set_message_mv .text p {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 2;
}
#leglly .set_message .message_text .title_01 {
  text-align: center;
  font-weight: bold;
  margin: 100px 0 70px 0;
  line-height: 1.8;
}
#leglly .set_message .message_text .title_01 .red {
  color: #DE0688;
}
#leglly .set_message .message_text .title_01 .note {
  font-weight: normal;
}
#leglly .set_message .message_text .data {
  background: #F2FAFC;
  padding: 10px 40px 30px;
  text-align: center;
}
#leglly .set_message .message_text .data ul li {
  display: inline-block;
  margin: 20px 10px;
}
#leglly .set_message .message_text .data ul li .title {
  color: var(--color-01);
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  font-size: 1.2em;
  padding: 10px 10px;
}
#leglly .set_message .message_text .data ul li p {
  font-size: 0.9em;
  line-height: 2;
}
#leglly .quality_area {
  text-align: center;
}
#leglly .quality_area .img {
  margin: 50px 0 100px;
}
#leglly .arrow_bottom {
  position: relative;
  height: 50px;
  width: 100%;
}
#leglly .arrow_bottom:before {
  content: "";
  border-style: solid;
  border-width: 30px 65px 0 65px;
  border-color: #C4B17C transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.move {
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 500ms;
  transform: translateY(50px);
  opacity: 0;
}
.move.active {
  transform: translateY(0);
  opacity: 1;
}

/* ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■
media
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ */
/*【PC】*/
@media screen and (min-width: 769px) {
  #leglly .inner {
    min-width: 1000px;
    max-width: 1000px;
    margin: auto;
    width: calc(100% - 50px);
  }
  #leglly .inner_mini {
    min-width: 800px;
    max-width: 800px;
    margin: auto;
    width: calc(100% - 50px);
  }
  #leglly .inner_mini_02 {
    min-width: 500px;
    max-width: 500px;
    margin: auto;
    width: calc(100% - 50px);
  }
  #leglly .sp {
    display: none;
  }
  #leglly .title_blue {
    font-size: 1.2em;
  }
  #leglly .htitle_01 {
    margin: 10px 0;
    font-size: 1.2em;
  }
}
/*【SP】*/
@media screen and (max-width: 768px) {
  #leglly h1,
  #leglly h2,
  #leglly h3,
  #leglly h4 {
    background: none;
    margin: 0;
    padding: 0;
  }
  #leglly .pc {
    display: none;
  }
  #leglly .mt {
    margin-top: 40px !important;
  }
  #leglly .mt50 {
    margin-top: 20px !important;
  }
  #leglly .mb {
    margin-bottom: 40px !important;
  }
  #leglly .mb50 {
    margin-bottom: 20px !important;
  }
  #leglly .inner .fl_img,
  #leglly .inner_mini .fl_img {
    padding: 0 !important;
  }
  #leglly .inner .fl_img .img,
  #leglly .inner_mini .fl_img .img {
    padding: 0;
  }
  #leglly .fw .inner .fl_img,
  #leglly .fw .inner_mini .fl_img {
    padding: 0 5% !important;
  }
  #leglly .bg {
    padding: 0 5%;
  }
  #leglly .bg.fw {
    padding: 30px 5%;
  }
  #leglly .item_top_title .inner {
    padding: 20px 5%;
    display: block;
  }
  #leglly .item_top_title .t-1 {
    font-size: 1.7em;
  }
  #leglly .item_top_title .t-2 {
    font-size: 1.1em;
    line-height: 1.5;
  }
  #leglly .item_message {
    padding: 30px 0;
  }
  #leglly .item_message .title {
    font-size: 1.2em;
    margin: 0 0 20px 0;
  }
  #leglly .item_message p {
    width: auto;
    margin: 20px auto 0;
    font-size: 1em;
    line-height: 1.7;
  }
  #leglly .item_introduction {
    padding: 30px 0;
    line-height: 1.6;
  }
  #leglly .item_introduction .inner,
  #leglly .item_introduction .inner_mini {
    display: block;
    padding: 0 5%;
  }
  #leglly .item_introduction .inner .img,
  #leglly .item_introduction .inner_mini .img {
    width: auto;
  }
  #leglly .item_introduction .inner .img img,
  #leglly .item_introduction .inner_mini .img img {
    height: 250px;
    margin: 0 0 30px 0;
  }
  #leglly .item_introduction .inner .text,
  #leglly .item_introduction .inner_mini .text {
    width: 100%;
  }
  #leglly .item_introduction .inner .text .title,
  #leglly .item_introduction .inner_mini .text .title {
    font-size: 1.3em;
  }
  #leglly .item_introduction .inner .text p,
  #leglly .item_introduction .inner_mini .text p {
    margin: 10px 0;
  }
  #leglly .item_introduction .inner .text table th,
  #leglly .item_introduction .inner .text table td,
  #leglly .item_introduction .inner_mini .text table th,
  #leglly .item_introduction .inner_mini .text table td {
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px 0;
  }
  #leglly .item_introduction_02 {
    margin: 40px 0;
  }
  #leglly .item_introduction_02 .img {
    margin: 20px 0;
  }
  #leglly .item_introduction_03 .main_title {
    font-size: 1.4em;
  }
  #leglly .item_introduction_03 .item_box {
    margin: 20px 0;
  }
  #leglly .item_introduction_03 .item_box .title_item {
    font-size: 1.1em;
    margin: 20px 0 20px 0;
  }
  #leglly .item_introduction_03 .recommendation_area ul li {
    margin: 30px 0;
  }
  #leglly .check_item .m {
    font-size: 1em;
  }
  #leglly .check_item p {
    font-size: 1em;
    text-align: left;
    padding: 20px;
  }
  #leglly .check_item_02 .text {
    padding: 20px;
  }
  #leglly .check_item_02 .text .title {
    font-size: 1.1em;
  }
  #leglly .picture_text_area {
    padding: 30px 0;
  }
  #leglly .picture_text_area.fw {
    padding: 30px 0;
  }
  #leglly .picture_text_area .text {
    padding: 0 5%;
  }
  #leglly .picture_text_area .fl_img {
    display: block;
    padding: 0 5%;
  }
  #leglly .picture_text_area .img {
    margin: 30px 0 0 0;
    padding: 0 5%;
  }
  #leglly .boder_title {
    font-size: 1.1em;
  }
  #leglly .boder_title span {
    padding: 10px 0;
    margin: 0 0 20px 0;
  }
  #leglly .recommendation_area .inner_mini {
    padding: 0;
  }
  #leglly .recommendation_area .box {
    padding: 20px;
    margin: 40px 0;
  }
  #leglly .recommendation_area .title {
    font-size: 1.1em;
  }
  #leglly .recommendation_area p {
    font-size: 1.1em;
    margin: 10px 0;
  }
  #leglly .recommendation_area ul {
    display: block;
  }
  #leglly .recommendation_area ul li {
    font-size: 1em;
  }
  #leglly .title_set_01 {
    padding: 30px 5%;
  }
  #leglly .title_set_01 .title {
    font-size: 1.2em;
  }
  #leglly .title_set_02 {
    margin: 20px 0;
  }
  #leglly .title_set_02 .title {
    font-size: 1.2em;
  }
  #leglly .title_set_02 p {
    font-size: 1em;
    line-height: 2;
    margin: 10px 0 0 0;
  }
  #leglly .title_set_02 .title_blue {
    font-size: 1.2em;
    padding: 15px;
    margin: 20px 0;
  }
  #leglly .reason_area .main_title {
    font-size: 1.2em;
    margin: 50px 0 30px 0;
  }
  #leglly .reason_area dt {
    font-size: 1.1em;
    text-align: left;
    margin: 0;
  }
  #leglly .reason_area dt .point {
    font-size: 1.5em;
    line-height: 1.2;
    width: 60px;
    height: 60px;
    padding: 5px 0 0 0;
  }
  #leglly .reason_area dt img {
    margin: 20px 0;
  }
  #leglly .reason_area dt .mini {
    display: block;
    line-height: 1.5;
  }
  #leglly .reason_area dd {
    line-height: 1.5;
    margin: 30px 0;
    padding: 0 0 20px 0;
  }
  #leglly .reason_area dd .img {
    margin: 20px 0;
  }
  #leglly .reason_area .box_bottom {
    margin: 40px 0;
    padding: 20px;
  }
  #leglly .title_blue {
    font-size: 1.2em;
    padding: 15px;
    margin: 20px 0;
  }
  #leglly .method_list {
    margin: 30px 0;
  }
  #leglly .method_list ul {
    display: block;
  }
  #leglly .method_list ul li {
    width: 100%;
    height: auto;
    border-radius: 5px;
    padding: 10px;
    display: block;
    margin: 20px 0;
  }
  #leglly .method_list ul li p {
    font-size: 1em;
  }
  #leglly .method_list ul li .box {
    text-align: left;
    display: flex;
    align-items: center;
  }
  #leglly .method_list ul li .box span.m {
    margin: 0 25px 0 0;
    font-size: 1.2em;
  }
  #leglly .method_list ul li .box .note {
    position: inherit;
    font-size: 0.7em;
    text-align: left;
    margin: 0;
  }
  #leglly .ingredient_area .table_list .title {
    margin: 30px 0 10px 0;
    font-size: 1.2em;
  }
  #leglly .ingredient_area .table_list table th {
    font-size: 1.4em;
    padding: 0 10px;
  }
  #leglly .ingredient_area .note {
    text-align: left;
  }
  #leglly .box_list .box_title {
    margin: 30px 0 10px 0;
    font-size: 1.1em;
  }
  #leglly .box_list .top_title {
    margin: 30px 0 10px 0;
    font-size: 1.3em;
  }
  #leglly .box_list ul {
    display: block;
    padding: 10px 0;
  }
  #leglly .box_list ul li {
    margin: 20px 0;
    padding: 0;
  }
  #leglly .box_list ul li .number {
    left: 0;
    top: 0;
    transform: translate(0, 0);
    width: 60px;
    height: 70px;
    line-height: 70px;
  }
  #leglly .box_list ul li .box .title {
    font-size: 1.1em;
    padding: 0 0 0 80px;
    height: 70px;
    text-align: left;
    display: flex;
    align-items: center;
  }
  #leglly .box_list ul li .box .t-1 {
    margin: 0 20px 10px 20px;
  }
  #leglly .box_list ul li .box .t-2 {
    margin: 0 20px 20px 20px;
  }
  #leglly .box_list .text_bottom {
    margin: 0 0 30px 0;
    padding: 20px;
  }
  #leglly .promise_area {
    margin: 40px 0;
  }
  #leglly .promise_area .main_title {
    font-size: 1.2em;
    margin: 0 0 20px 0;
  }
  #leglly .promise_area p {
    line-height: 1.7;
    text-align: left;
  }
  #leglly .promise_area ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
    margin: 20px 0;
  }
  #leglly .promise_area ul li {
    width: 90px;
    height: 90px;
    margin: auto;
    font-size: 0.8em;
  }
  #leglly .howto_area {
    margin: 50px 0 0 0;
  }
  #leglly .howto_area .care_area {
    margin: 20px 0;
  }
  #leglly .howto_area .p-1 {
    margin: 30px 0;
  }
  #leglly .howto_area .movie {
    margin: 40px 0;
  }
  #leglly .howto_area .care_step ul {
    display: block;
    margin: 30px 0;
  }
  #leglly .howto_area .care_step ul li .img {
    margin: 0;
  }
  #leglly .howto_area .care_step ul li .text {
    margin: 0 0 30px 0;
  }
  #leglly .howto_area .care_step_02 ul li {
    padding: 0 0 0 80px;
    margin: 0 0 20px 0;
  }
  #leglly .howto_area .care_step_02 ul li .text {
    font-size: 1.2em;
  }
  #leglly .howto_area .care_step_02 ul li .text span {
    font-size: 0.8em;
    display: block;
    margin: 10px 0 0 0;
  }
  #leglly .howto_area_02 .fl_img_text {
    display: block;
  }
  #leglly .usage_area .title_top {
    font-size: 1.2em;
    margin: 20px 0;
  }
  #leglly .usage_area .title_01 {
    margin: 30px 0;
    font-size: 1.2em;
  }
  #leglly .usage_area .title_02 {
    font-size: 1em;
    margin: 30px 0;
  }
  #leglly .usage_area .img {
    margin: 30px 0;
  }
  #leglly .fl_img_text {
    display: block;
  }
  #leglly .fl_img_text .img {
    width: 100%;
    text-align: center;
    margin: 20px 0;
  }
  #leglly .fl_img_text .text {
    width: 100%;
    line-height: 1.5;
  }
  #leglly .text_img_01 .bottom_text {
    margin: 20px 0 0 0;
  }
  #leglly .fl50 {
    display: block;
    margin: 20px 0;
  }
  #leglly .fl50 .box {
    width: 100%;
    margin: 20px 0 0 0;
  }
  #leglly .fl50 .img {
    text-align: center;
    display: block;
  }
  #leglly .step_area {
    margin-top: 40px;
    padding: 30px 5%;
  }
  #leglly .step_area .main_title {
    font-size: 1.4em;
  }
  #leglly .step_area ul {
    grid-gap: 5px;
    width: auto !important;
  }
  #leglly .step_area ul li a {
    padding: 30px 0 60px 0;
  }
  #leglly .step_area ul li .img img {
    height: 80px;
    width: auto;
  }
  #leglly .step_area ul li .title {
    margin: 20px 0;
    font-size: 0.8em;
  }
  #leglly .step_area ul li p {
    font-size: 0.6em;
  }
  #leglly .step_area ul li .step {
    bottom: -1px;
  }
  #leglly .faq_area .main_title {
    margin: 30px 0 10px;
    font-size: 1.4em;
  }
  #leglly .faq_area .accordion {
    margin: 20px 0;
  }
  #leglly .faq_area .accordion dt {
    padding: 20px 20px 20px 40px;
    position: relative;
    font-size: 1em;
  }
  #leglly .faq_area .accordion dt::before, #leglly .faq_area .accordion dt::after {
    right: 0;
  }
  #leglly .faq_area .accordion dd {
    padding: 20px 0 20px 40px;
  }
  #leglly .common {
    margin-top: 50px;
  }
  #leglly .common .common_top .logo {
    padding: 40px 0;
  }
  #leglly .common .common_top .inner_mini {
    padding: 0 5%;
  }
  #leglly .common .common_top .inner_mini .title {
    margin: 30px 0;
  }
  #leglly .common .common_top .inner_mini P {
    line-height: 1.7;
    text-align: left;
  }
  #leglly .promise_common_area {
    margin-top: 40px;
    padding: 0 0 20px 0;
  }
  #leglly .promise_common_area .main_title {
    padding: 30px 0 0 0;
    font-size: 1.5em;
  }
  #leglly .promise_common_area .promise_list {
    margin: 0 5%;
  }
  #leglly .promise_common_area .promise_list > li {
    margin: 20px 0;
    padding: 20px;
  }
  #leglly .promise_common_area .promise_list > li .number {
    position: initial;
    text-align: center;
    display: block;
    font-size: 4em;
    line-height: 0.8;
    margin: 0 0 20px 0;
  }
  #leglly .promise_common_area .promise_list > li .title {
    margin: 0 0 15px 0;
    font-size: 1.2em;
  }
  #leglly .promise_common_area .promise_list > li .text {
    padding: 0 !important;
  }
  #leglly .promise_common_area .promise_list > li ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
    margin: 20px 0;
  }
  #leglly .promise_common_area .promise_list > li ul li {
    width: 80px;
    height: 80px;
    margin: auto;
    font-size: 0.8em;
  }
  #leglly .satisfaction_area {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #leglly .satisfaction_area .main_title {
    font-size: 1.2em;
    margin: 30px 0;
  }
  #leglly .satisfaction_area .text ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
  #leglly .component_list {
    margin: 30px 0;
  }
  #leglly .component_list ul {
    display: block;
  }
  #leglly .component_list li {
    margin: 20px 0;
  }
  #leglly .component_list .i {
    top: -10px;
  }
  #leglly .text_graph .inner_mini {
    min-width: initial;
    max-width: initial;
  }
  #leglly .list_01 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    margin: 30px 0;
  }
  #leglly .arrow_graph {
    margin: 20px 0;
  }
  #leglly .arrow_graph .box {
    display: block;
  }
  #leglly .arrow_graph .arrow {
    height: 100px;
    transform: scale(0.7);
  }
  #leglly .arrow_graph .arrow span {
    width: 15%;
    transform: translate(-50%, -50%) rotate(90deg);
  }
  #leglly .arrow_graph .arrow:before {
    left: 50%;
    top: 0;
    transform: translate(-50%, 0) rotate(180deg);
  }
  #leglly .arrow_graph .arrow:after {
    left: 50%;
    right: auto;
    transform: translate(-50%, 0) rotate(0deg);
    top: auto;
    bottom: 0;
  }
  #leglly .img_left_box {
    display: block;
  }
  #leglly .img_left_box .img {
    padding: 0 50px;
  }
  #leglly .img_left_box .box {
    padding: 20px;
  }
  #leglly .x_box {
    display: block;
    margin: 30px 0;
  }
  #leglly .x_box .box {
    width: 100%;
  }
  #leglly .x_box .x {
    width: 100%;
    display: block;
    height: 50px;
    position: relative;
  }
  #leglly .efficacy_area {
    margin: 30px 0;
  }
  #leglly .efficacy_area .box {
    padding: 20px;
  }
  #leglly .efficacy_area .list_box {
    height: auto;
  }
  #leglly .efficacy_area .list_box ul {
    width: 100%;
    display: block;
  }
  #leglly .efficacy_area .list_box li {
    max-width: 100%;
    margin: 10px 0;
    padding: 5px 0;
  }
  #leglly .panel_list {
    display: block;
  }
  #leglly .panel_list li {
    padding: 20px 5%;
    margin: 30px 0;
  }
  #leglly .img_circle {
    margin: 30px 0;
    grid-gap: 0;
  }
  #leglly .img_circle .img {
    width: 100%;
  }
  #leglly .img_circle .img img {
    width: 100%;
  }
  #leglly .img_circle .text {
    padding: 20px 30px 20px 20px;
    line-height: 1.3;
  }
  #leglly .care_list {
    margin: 0;
    grid-gap: 0;
  }
  #leglly .care_list li {
    padding: 10px 0 !important;
  }
  #leglly .care_list li p:first-child {
    width: 60%;
  }
  #leglly .care_list li p:last-child {
    width: 40%;
  }
  #leglly .care_list li .note {
    margin: 10px 0 0 0;
  }
  #leglly .care_list li .big {
    font-size: 1.1em;
  }
  #leglly .hair_area_01 {
    padding: 30px 5%;
  }
  #leglly .hair_area_01 .main_title {
    font-size: 1.2em;
  }
  #leglly .hair_area_01 .img {
    margin: 50px 0;
  }
  #leglly .hair_reason_area .fl50 {
    margin: 30px 0;
  }
  #leglly .hair_liquid_data .title .note {
    font-size: 0.8em;
  }
  #leglly .hair_liquid_data .fl {
    display: block;
    margin: 30px 0 0 0;
  }
  #leglly .hair_liquid_data .fl .box_01 {
    width: 100%;
    margin: 0 0 30px 0;
  }
  #leglly .hair_liquid_data .fl .box_01 .img {
    margin: 20px 0;
  }
  #leglly .hair_liquid_data .fl .box_02 {
    width: 100%;
  }
  #leglly .hair_liquid_data .fl .box_02 ul {
    display: block;
  }
  #leglly .hair_liquid_data .fl .box_02 ul li {
    display: grid;
    grid-template-columns: 0.3fr 1fr;
    align-items: center;
    padding: 20px 5%;
    grid-gap: 0 30px;
    margin: 0 0 10px 0;
  }
  #leglly .hair_liquid_data .fl .box_02 ul li .img {
    grid-row-start: 1;
    grid-row-end: 3;
    margin: 0;
  }
  #leglly .hair_liquid_data .fl .box_02 ul li .t-2,
  #leglly .hair_liquid_data .fl .box_02 ul li .t-3 {
    grid-column-start: 2;
    text-align: left;
  }
  #leglly .hair_liquid_data .fl .box_02 ul li .t-3 {
    font-size: 0.8em;
  }
  #leglly .hair_liquid_data .table_box {
    display: block;
    padding: 0 5% 20px;
  }
  #leglly .hair_liquid_data .table_box table {
    width: 100%;
  }
  #leglly .hair_liquid_data .table_box table th {
    width: 30%;
  }
  #leglly .hair_liquid_data .plus:before, #leglly .hair_liquid_data .plus:after {
    width: 50px;
  }
  #leglly .howto_point {
    padding: 20px 5%;
    margin: 30px 0;
  }
  #leglly .howto_point dl {
    display: block;
    text-align: left;
  }
  #leglly .howto_point dl dt {
    display: inline-block;
    width: 100px;
    text-align: center;
    padding: 3px 0;
  }
  #leglly .howto_point dl dd + dt {
    margin-top: 20px;
  }
  #leglly .care_step_box .title {
    margin: 50px 0 30px 0;
  }
  #leglly .care_step_box .fl50 p {
    margin: 20px 0 50px 0;
  }
  #leglly .advice_box {
    padding: 20px 5%;
    margin: 30px 0;
  }
  #leglly .advice_box .title_blue {
    font-size: 1.2em;
  }
  #leglly .advice_box .title {
    margin: 20px 0;
  }
  #leglly .cp_mv .text {
    background: url(/goods/leglly/61102901/top_bg.jpg) no-repeat scroll center 0/100% 100%;
    padding: 20px 5%;
  }
  #leglly .cp_mv .text .box {
    padding: 20px 5%;
  }
  #leglly .cp_mv .text .title {
    font-size: 1em;
    margin: 0 0 10px 0;
  }
  #leglly .cp_mv .text .price_text {
    font-size: 1.2em;
    margin: 0 0 20px 0;
  }
  #leglly .cp_bottom .note {
    text-align: left;
  }
  #leglly .set_area {
    margin: 30px 0;
  }
  #leglly .set_area .set_bg {
    background: no-repeat;
    padding: 0 5%;
    height: auto;
  }
  #leglly .set_area .set_bg p {
    padding: 0;
    margin: 10px 0 0 0;
    font-size: 1em;
  }
  #leglly .reason_set_area .fl50 .title_blue {
    width: 100%;
    font-size: 1em;
    padding: 7px 0;
    text-align: center;
  }
  #leglly .reason_set_area .recommendation_area ul {
    margin: 0;
  }
  #leglly .set_message .set_message_mv .text {
    top: 0;
    width: 100%;
  }
  #leglly .set_message .set_message_mv .text .title {
    margin: 0 0 10px 0;
  }
  #leglly .set_message .set_message_mv .text p {
    font-size: 1em;
    line-height: 1.7;
    padding: 0 30px;
  }
  #leglly .set_message .message_text {
    margin: 30px 0;
  }
  #leglly .set_message .message_text .title_01 {
    margin: 0 0 30px 0;
  }
  #leglly .set_message .message_text .data {
    padding: 10px 5%;
  }
  #leglly .set_message .message_text .data ul {
    margin: 10px 0;
  }
  #leglly .set_message .message_text .data ul li {
    margin: 0 5px;
    font-size: 0.8em;
    width: 45%;
  }
  #leglly .set_message .message_text .data ul li .title {
    font-size: 0.9em;
  }
  #leglly .set_message .message_text .data ul li p {
    font-size: 0.7em;
  }
  #leglly .quality_area .img {
    margin: 30px 0;
  }
}/*# sourceMappingURL=leglly_style.css.map */