﻿@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Asap+Condensed:400,500,600,700|Kalam:400,700|PT+Sans+Narrow:400,700|PT+Sans:400,700|Stint+Ultra+Condensed");

/* Loading */
.loader {
  background: #ff4495;
}

.spinner span {
  background: #ffb0d1;
}

@keyframes preloader_1 {
  0% {
    height: 5px;
    transform: translateY(0px);
    background: #ffb0d1;
  }

  25% {
    height: 30px;
    transform: translateY(15px);
    background: #fff;
  }

  50% {
    height: 5px;
    transform: translateY(0px);
    background: #ffb0d1;
  }

  100% {
    height: 5px;
    transform: translateY(0px);
    background: #ffb0d1;
  }
}

#container .function01 {
  display: none;
}

@media screen and (max-width: 768px) {
  #container .ul_function01 {
    width: auto;
    display: inline-block;
    padding: 22px 4.7% 0 0;
    float: right;
  }
}

@media screen and (max-width: 480px) {
  #container .function01 {
    text-align: center;
  }

  #container .ul_function01 {
    margin: 0 auto;
    padding: 10px 15px 4px 0;
    height: auto;
    box-sizing: content-box;
    float: none;
  }
}

#ly_content {
  background: #ed89ac url(images/bg_item.jpg) repeat-y center center;
  margin-bottom: 80px;
}

#ly_header_wrap {
  /*
	background: url(images/concept_bg.jpg) no-repeat center top,url(images/concept_repeat_bg.jpg) repeat center top;
		*/
  background: url(images/concept_repeat_bg.jpg) repeat center top;
}

#ly_header {
  width: 940px;
  margin: 0 auto;
  padding: 10px 0 20px 0;
}

#ly_header h1 {
  width: 180px;
  height: 108px;
  font-size: 20%;
  text-indent: -940px;
  overflow: hidden;
  background: url(images/logo.png) no-repeat left center;
  background-size: contain;
  float: left;
}

#ly_header h2 {
  color: #fff;
  font-family: "PT Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 20px 0;
  padding: 10px 0 0 0;
}

#ly_header h3 {
  color: #fff;
  font-family: "Stint Ultra Condensed", cursive;
  font-size: 4.6rem;
  line-height: 1.2;
}

#ly_header ul {
  clear: both;
  padding-top: 30px;
  margin: 0 -10px;
  text-align: center;
  zoom: 100%;
}

#ly_header ul:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#ly_header ul li {
  width: 33.3%;
  float: left;
  box-sizing: border-box;
  padding: 0 10px;
}

#ly_header ul li .name_box {
  padding: 6px 2px 10px 2px;
  background-color: #ff4495;
  border-radius: 4px;
  margin: 0 0 280px 0;
}

#ly_header ul li h5 {
  color: #fff;
  font-family: "Asap Condensed", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.2;
  margin: 0 0 4px 0;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
}

#ly_header ul li h4 {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #e50065;
  display: inline-block;
  padding: 2px 1.5em;
  background: #fff;
  border-radius: 12px;
}

#ly_header ul li:first-child {
  background: url(images/prod01.png) no-repeat center bottom 42px;
  background-size: 220px auto;
}

#ly_header ul li:nth-child(2) {
  background: url(images/prod02.png) no-repeat center bottom 42px;
  background-size: 220px auto;
}

#ly_header ul li:last-child {
  background: url(images/prod03.png) no-repeat center bottom 42px;
  background-size: 210px auto;
}

#ly_header ul li a {
  display: block;
  background: #fabd00;
  padding: 6px 2px;
  color: #fff;
  text-decoration: none;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  border-radius: 18px;
  text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px rgba(0, 0, 0, 0.3);
}

#ly_header ul li a:hover {
  opacity: 0.9;
}

.right_box {
  display: inline-block;
  float: right;
  text-align: right;
}

@media screen and (max-width: 768px) {
  #ly_content {
    background: #ed89ac url(images/bg_item.jpg) repeat-y center center;
    background-size: 1200px auto;
    margin-bottom: calc(30px + 4vw);
  }

  #ly_header_wrap {
    background: url(images/concept_repeat_bg.jpg) repeat center top;
    background-size: 14px auto;
  }

  #ly_header {
    width: auto;
    padding: 10px 4.7% 10px 4.7%;
  }

  #ly_header h1 {
    width: 140px;
    height: 84px;
  }

  #ly_header .right_box {
  }

  #ly_header h2 {
    font-size: 1.6rem;
  }

  #ly_header h3 {
    font-size: 3rem;
    padding: 0 0 20px 0;
  }

  #ly_header ul {
    padding-top: 0;
    margin: 0;
    border-top: 2px dotted #ff4495;
  }

  #ly_header ul li {
    width: auto;
    float: none;
    padding: 12px 0 0 200px;
    border-bottom: 2px dotted #ff4495;
    position: relative;
    min-height: 200px;
  }

  #ly_header ul li:last-child {
    border-bottom: 0;
  }

  #ly_header ul li:before {
    content: "";
    width: 180px;
    height: 180px;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: 0;
  }

  #ly_header ul li .name_box {
    margin: 0 0 24px 0;
  }

  #ly_header ul li:first-child:before {
    background: #fff url(images/prod01.png) no-repeat center center;
    background-size: auto 64%;
  }

  #ly_header ul li:nth-child(2):before {
    background: #fff url(images/prod02.png) no-repeat center center;
    background-size: auto 64%;
  }

  #ly_header ul li:last-child:before {
    background: #fff url(images/prod03.png) no-repeat center center;
    background-size: auto 76%;
  }

  #ly_header ul li h5 {
    font-size: 2.2rem;
  }

  #ly_header ul li h4 {
  }

  #ly_header ul li:first-child {
    background: url();
  }

  #ly_header ul li:nth-child(2) {
    background: url();
  }

  #ly_header ul li:last-child {
    background: url();
  }

  #ly_header ul li a {
    display: inline-block;
    padding: 6px 2em;
  }
}

@media screen and (max-width: 480px) {
  #ly_header h1 {
    width: 100px;
    height: 60px;
    margin: 0 auto 10px auto;
    float: none;
  }

  #ly_header .right_box {
    float: none;
    text-align: left;
  }

  #ly_header h2 {
    float: none;
    font-size: 1.6rem;
    margin: 0 0 4px 0;
  }

  #ly_header h3 {
    font-size: 2.2rem;
    padding: 0 0 10px 0;
  }

  #ly_header ul li {
    padding: 8px 0 0 130px;
    min-height: 136px;
  }

  #ly_header ul li:before {
    width: 120px;
    height: 120px;
    top: 8px;
    left: 0;
  }

  #ly_header ul li .name_box {
    margin: 0 0 20px 0;
  }

  #ly_header ul li h5 {
    font-size: 1.8rem;
  }

  #ly_header ul li h4 {
    padding: 2px 1em;
    font-size: 1.5rem;
    border-radius: 12px;
  }

  #ly_header ul li a {
    display: block;
    padding: 4px;
    text-align: center;
    font-size: 1.7rem;
  }
}

.ly_sec {
  padding-bottom: 50px;
}

.ly_sec h2 {
  padding: 12px 0;
  font-family: "Asap Condensed", sans-serif;
  font-size: 3.6rem;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  background: #e50065;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
  border-top: 10px solid #fff;
  border-bottom: 2px solid #ff4495;
}

.ly_sec h2 span {
  display: inline-block;
  font-size: 2.4rem;
  background: #fff;
  color: #e50065;
  text-shadow: 0 0 0;
  padding: 6px 2em;
  border-radius: 20px;
}

.ly_prod_wrap {
  /*
	background: url(images/bg_prod01.png) no-repeat center top, url(images/bg_prod02.png) repeat center top;
		*/
  background: url(images/bg_prod02.png) repeat center top;
}

.ly_products {
  width: 940px;
  margin: 0 auto;
  padding: 16px 0;
  zoom: 100%;
}

.ly_products:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.prod_img {
  width: 30%;
  float: right;
  text-align: right;
  zoom: 100%;
}

.prod_img:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.prod_img img {
  margin: 0 0 0 auto;
}

.prod_img span {
  display: inline-block;
  background: #ce1b5d;
  padding: 4px 1em;
  line-height: 1.2;
  font-size: 1.3rem;
  color: #fff;
  margin-top: 8px;
}

.prod_copy {
  width: 65%;
  float: left;
  color: #fff;
}

.prod_copy p {
  font-family: "PT Sans", sans-serif;
  font-size: 2rem;
  line-height: 1.5;
  margin: 0 0 0.5em 0;
  text-shadow: -2px -2px 1px #ce1b5d, 2px -2px 1px #ce1b5d, 2px 2px 1px #ce1b5d, -2px 2px 1px #ce1b5d;
}

.prod_copy h3 {
  display: inline-block;
  padding: 6px 2em;
  background-color: #ce1b5d;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #fff;
  border-radius: 10px;
  margin: 0 0 8px 0;
}

.prod_copy .tx_risk {
  font-size: 1.2rem;
  line-height: 1;
  display: inline-block;
  padding: 3px 8px;
  background: #fff;
  color: #333;
  border: #999;
  margin-top: 1.5em;
}

.prod_copy img {
  width: 30%;
  float: right;
}

@media screen and (max-width: 768px) {
  .ly_sec {
    padding-bottom: 6%;
  }

  .ly_sec h2 {
    padding: 8px 2px;
    font-size: 2.8rem;
    border-top: 8px solid #fff;
  }

  .ly_sec h2 span {
    font-size: 2rem;
    padding: 4px 2em;
    border-radius: 16px;
  }

  .prod_img span {
    font-size: 1.2rem;
  }

  .ly_products {
    width: auto;
    padding: 10px 4.7%;
  }

  .prod_copy {
    width: 68%;
  }

  .prod_copy p {
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .prod_copy h3 {
    padding: 4px 1em;
    font-size: 1.8rem;
    border-radius: 8px;
  }
}

@media screen and (max-width: 480px) {
  .ly_sec {
    padding-bottom: 8%;
  }

  .ly_sec h2 {
    font-size: 2.2rem;
    border-top: 4px solid #fff;
  }

  .ly_sec h2 span {
    font-size: 1.6rem;
    padding: 2px 1.5em;
    border-radius: 16px;
  }

  .prod_img {
    width: 50%;
    float: none;
    text-align: center;
    margin: 0 auto 10px auto;
  }

  .prod_img img {
    margin: 0 auto;
  }

  .prod_copy {
    width: auto;
    float: none;
  }

  .prod_copy p {
    font-size: 1.4rem;
  }

  .prod_copy h3 {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    padding: 4px 2px;
    border-radius: 6px;
  }

  .prod_copy .tx_risk {
    font-size: 1.1rem;
    margin-top: 0.75em;
  }

  .prod_copy img {
    width: 25%;
  }
}

.ly_howto {
  width: 940px;
  margin: 0 auto;
  padding: 30px 0;
}

.ly_howto h3 {
  font-family: "Kalam", cursive;
  font-size: 2.8rem;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  padding: 0 0 4px 0;
  border-bottom: 4px solid #e50065;
  margin: 0 0 16px 0;
  position: relative;
}

#box01 .ly_howto h3:before {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  background: url(images/bottole01.png) no-repeat center center;
  background-size: contain;
  top: -20px;
  left: 0;
}

#box02 .ly_howto h3:before {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  background: url(images/bottole02.png) no-repeat center center;
  background-size: contain;
  top: -20px;
  left: 0;
}

#box03 .ly_howto h3:before {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  background: url(images/bottole03.png) no-repeat center center;
  background-size: contain;
  top: -20px;
  left: 0;
}

.ly_howto ul {
  zoom: 100%;
}

.ly_howto ul:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.ly_howto ul li {
  width: 25%;
  float: left;
  height: 255px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.ly_howto ul li h4 {
  position: absolute;
  bottom: 12px;
  left: auto;
  right: auto;
  text-align: center;
  width: 100%;
  padding: 0 8px;
  box-sizing: border-box;
  min-height: 36px;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #fff;
  text-shadow: -2px -2px 0 #e50065, 2px -2px 0 #e50065, 2px 2px 0 #e50065, -2px 2px 0 #e50065;
}

#box01 .ly_howto ul li:first-child {
  background-image: url(images/case01_item1.png);
}

#box01 .ly_howto ul li:nth-child(2) {
  background-image: url(images/case02_item1.png);
}

#box01 .ly_howto ul li:nth-child(3) {
  background-image: url(images/case03_item1.png);
}

#box01 .ly_howto ul li:last-child {
  background-image: url(images/case04_item1.png);
}

#box02 .ly_howto ul li:first-child {
  background-image: url(images/case01_item2.png);
}

#box02 .ly_howto ul li:nth-child(2) {
  background-image: url(images/case02_item2.png);
}

#box02 .ly_howto ul li:nth-child(3) {
  background-image: url(images/case03_item2.png);
}

#box02 .ly_howto ul li:last-child {
  background-image: url(images/case04_item2.png);
}

@media screen and (max-width: 768px) {
  .ly_howto {
    width: auto;
    padding: 20px 4.7% 30px 4.7%;
  }

  .ly_howto h3 {
    font-size: 2.4rem;
    text-align: left;
    padding: 0 0 4px 0;
    border-bottom: 4px solid #e50065;
    margin: 0 0 12px 0;
  }

  #box01 .ly_howto h3:before {
    content: none;
  }

  #box02 .ly_howto h3:before {
    content: none;
  }

  #box03 .ly_howto h3:before {
    content: none;
  }

  .ly_howto ul {
    max-width: 470px;
    margin: 0 auto;
  }

  .ly_howto ul li {
    width: 50%;
    height: 0;
    padding-top: 54.2%;
    margin-bottom: 8px;
    background-size: auto 100%;
  }

  .ly_howto ul li h4 {
    font-size: 1.6rem;
    padding: 0 2px;
  }
}

@media screen and (max-width: 480px) {
  .ly_howto {
    width: auto;
    padding: 12px 4.7% 26px 4.7%;
  }

  .ly_howto h3 {
    font-size: 2rem;
    border-bottom: 2px solid #e50065;
    margin: 0 0 10px 0;
  }

  .ly_howto ul {
    margin: 0 -4px;
  }

  .ly_howto ul li h4 {
    font-size: 1.4rem;
    padding: 0 2px;
    bottom: 8px;
    min-height: 28px;
  }
}

.ly_howto ol {
  padding-top: 32px;
  zoom: 100%;
}

.ly_howto ol:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.ly_howto ol li {
  width: 49%;
  float: left;
  position: relative;
  background: #fff;
  border: 2px dotted #e50065;
  border-radius: 40px;
  padding: 40px 30px 20px 30px;
  box-sizing: border-box;
  font-family: "PT Sans", sans-serif;
  min-height: 280px;
}

.ly_howto ol li:first-child {
  float: left;
}

.ly_howto ol li:first-child:before {
  content: "";
  width: 64px;
  height: 64px;
  background: url(images/case1.png) no-repeat center center;
  position: absolute;
  margin: auto;
  top: -32px;
  left: 0;
  right: 0;
}

.ly_howto ol li:last-child {
  float: right;
}

.ly_howto ol li:last-child:before {
  content: "";
  width: 64px;
  height: 64px;
  background: url(images/case2.png) no-repeat center center;
  position: absolute;
  margin: auto;
  top: -32px;
  left: 0;
  right: 0;
}

.ly_howto ol li h4 {
  font-weight: 700;
  color: #ce1b5d;
  line-height: 1.3;
  font-size: 2rem;
  margin: 0 0 0.5em 0;
}

.ly_howto ol li p {
  font-size: 1.6rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .ly_howto ol {
    max-width: 470px;
    margin: 0 auto;
    padding: 0;
  }

  .ly_howto ol li {
    width: auto;
    float: none !important;
    padding: 34px 20px 20px 20px;
    min-height: 0;
    margin: 36px 0 0 0;
  }

  .ly_howto ol li h4 {
    font-size: 1.8rem;
  }

  .ly_howto ol li p {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 480px) {
  .ly_howto ol li {
    padding: 26px 4% 18px 4%;
    min-height: 0;
    margin: 28px 0 0 0;
    border-radius: 20px;
  }

  .ly_howto ol li:first-child:before {
    width: 48px;
    height: 48px;
    background: url(images/case1.png) no-repeat center center;
    background-size: contain;
    top: -24px;
  }

  .ly_howto ol li:last-child:before {
    width: 48px;
    height: 48px;
    background: url(images/case2.png) no-repeat center center;
    background-size: contain;
    top: -24px;
  }

  .ly_howto ol li h4 {
    font-size: 1.6rem;
  }

  .ly_howto ol li p {
    font-size: 1.4rem;
  }
}

.ly_point {
  border: 4px solid #ff4495;
  border-top: 0;
  background: #fff;
  padding: 50px 60px 40px 60px;
  width: 940px;
  margin: 25px auto 0 auto;
  box-sizing: border-box;
  position: relative;
}

.ly_point h3 {
  text-align: center;
  position: absolute;
  margin: auto;
  top: -25px;
  left: 0;
  right: 0;
  width: 900px;
  box-sizing: border-box;
}

.ly_point h3 span {
  background: #ff4495;
  font-family: "Kalam", cursive;
  font-size: 2.8rem;
  line-height: 1.2;
  color: #fff;
  padding: 10px 4px;
  display: block;
  position: relative;
  z-index: 2;
}

.ly_point h3:before {
  content: "";
  background: #e50065;
  width: 70px;
  height: 50px;
  position: absolute;
  top: 20px;
  left: -35px;
  z-index: 1;
}

.ly_point h3:after {
  content: "";
  background: #e50065;
  width: 70px;
  height: 50px;
  position: absolute;
  top: 20px;
  right: -35px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .ly_point {
    border: 3px solid #ff4495;
    padding: 0 0 30px 0;
    width: auto;
    margin: 0 4.7%;
    position: static;
  }

  .ly_point h3 {
    position: static;
    margin: 0;
    width: auto;
  }

  .ly_point h3 span {
    font-size: 2.4rem;
    padding: 8px 4px;
    position: static;
  }

  .ly_point h3:before {
    content: none;
  }

  .ly_point h3:after {
    content: none;
  }
}

@media screen and (max-width: 480px) {
  .ly_point {
    border: 2px solid #ff4495;
    padding: 0 0 20px 0;
  }

  .ly_point h3 {
    position: static;
    margin: 0;
    width: auto;
  }

  .ly_point h3 span {
    font-size: 2rem;
    padding: 4px 2px;
  }
}

.point_item {
  position: relative;
  zoom: 100%;
  margin: 0 0 30px 0;
}

.point_item:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.point_item li {
  width: 370px;
  background: #ffe8f2;
  border: 1px solid #ffe8f2;
  box-sizing: border-box;
  padding: 0 0 20px 0;
  border-radius: 10px;
  margin-top: 40px;
  min-height: 134px;
  position: relative;
  z-index: 1;
}

.point_item li:nth-child(odd) {
  clear: both;
  float: left;
}

.point_item li:nth-child(even) {
  float: right;
}

.point_item li h4 {
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  padding: 10px 2px;
  background: radial-gradient(#ffa6cc 0, #ff4495 100%);
  border-radius: 22px;
  width: 100%;
  box-sizing: border-box;
  margin: -22px 0 16px 0;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.point_item li p {
  font-family: "PT Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #961445;
  margin: 0 30px;
}

.point_item li dl {
  margin: -8px 30px 0 30px;
  text-align: center;
  position: relative;
}

.point_item li dl:before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #e50065;
  left: 0;
  top: 11px;
}

.point_item li dl dt {
  position: relative;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  color: #e50065;
  line-height: 1.2;
  display: inline-block;
  background: #ffe8f2;
  padding: 0 0.5em;
  margin: 0 0 0.3em 0;
}

.point_item li dl dd {
  text-align: left;
  font-family: "PT Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #961445;
}

#box01 .point_item:before {
  display: block;
  content: "";
  width: 148px;
  height: 150px;
  background: url(images/bottole01.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

#box02 .point_item:before {
  display: block;
  content: "";
  width: 148px;
  height: 150px;
  background: url(images/bottole02.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

#box03 .point_item:before {
  display: block;
  content: "";
  width: 98px;
  height: 260px;
  background: url(images/bottole03.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

#box03 .point_item li:first-child,
#box03 .point_item li:nth-child(2) {
  min-height: 160px;
}

@media screen and (max-width: 768px) {
  .point_item {
    position: static;
    margin: 10px 6% 20px 6%;
  }

  .point_item li {
    width: auto;
    margin-top: 30px;
    min-height: 0;
  }

  .point_item li:nth-child(odd) {
    float: none;
  }

  .point_item li:nth-child(even) {
    float: none;
  }

  .point_item li h4 {
    font-size: 1.8rem;
    border-radius: 20px;
    box-sizing: border-box;
    margin: -20px 0 16px 0;
    font-weight: 700;
  }

  .point_item li p {
    font-size: 1.5rem;
    margin: 0 4%;
  }

  .point_item li dl {
    margin: -1% 4% 0 4%;
  }

  .point_item li dl:before {
    top: 9px;
  }

  .point_item li dl dt {
    font-size: 1.8rem;
  }

  .point_item li dl dd {
    font-size: 1.5rem;
  }

  #box01 .point_item:before {
    position: static;
    margin: 0 auto;
  }

  #box02 .point_item:before {
    position: static;
    margin: 0 auto;
  }

  #box03 .point_item:before {
    position: static;
    margin: 0 auto;
  }

  #box03 .point_item li:first-child,
  #box03 .point_item li:nth-child(2) {
    min-height: 0;
  }
}

@media screen and (max-width: 480px) {
  .point_item {
    position: static;
    margin: 6px 3% 20px 3%;
  }

  .point_item li {
    margin-top: 24px;
    padding: 0 0 12px 0;
    border-radius: 8px;
  }

  .point_item li h4 {
    font-size: 1.7rem;
    padding: 6px 2px;
    border-radius: 16px;
    margin: -16px 0 8px 0;
  }

  .point_item li p {
    font-size: 1.4rem;
    margin: 0 3%;
  }

  .point_item li dl {
    margin: -1% 3% 0 3%;
  }

  .point_item li dl:before {
    top: 8px;
  }

  .point_item li dl dt {
    font-size: 1.7rem;
  }

  .point_item li dl dd {
    font-size: 1.4rem;
  }

  #box01 .point_item:before {
    width: 112px;
    height: 114px;
  }

  #box02 .point_item:before {
    width: 112px;
    height: 114px;
  }

  #box03 .point_item:before {
    content: "";
    width: 62px;
    height: 164px;
  }
}

.more_list {
  margin: 0 0 30px 0;
  border-top: 4px solid #e50065;
  border-bottom: 4px solid #e50065;
  padding: 5px 0;
  text-align: center;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 2.2rem;
}

.more_list li {
  display: inline-block;
  margin: 5px 16px;
}

.more_list li span {
  line-height: 36px;
}

.more_list li .f_rose {
  display: inline-block;
  padding: 0 0 0 34px;
  color: #e50467;
  background: url(images/rose01_item1.png) no-repeat left center;
  background-size: auto 36px;
  min-height: 36px;
}

.more_list li .c_level {
  display: inline-block;
}

.more_list li .c_level .num {
  display: inline-block;
  width: 36px;
  height: 36px;
  box-sizing: border-box;
  font-size: 2.2rem;
  color: #fff;
  font-weight: 700;
  background: #00b5ff;
  border-radius: 50%;
  margin: 0 12px 0 0;
}

.lv_blue {
  display: inline-block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom: 14px solid #00b5ff;
  position: relative;
  top: -8px;
  margin: 0 3px 0 0;
}

.lv_blue:after {
  content: "";
  position: absolute;
  left: -10px;
  top: 14px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 14px solid #00b5ff;
}

.lv_gray {
  display: inline-block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom: 14px solid #999;
  position: relative;
  top: -8px;
  margin: 0 3px 0 0;
}

.lv_gray:after {
  content: "";
  position: absolute;
  left: -10px;
  top: 14px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 14px solid #999;
}

@media screen and (max-width: 768px) {
  .more_list {
    margin: 0 6% 20px 6%;
    border-top: 3px solid #e50065;
    border-bottom: 3px solid #e50065;
    font-size: 2rem;
  }
}

@media screen and (max-width: 480px) {
  .more_list {
    margin: 0 3% 20px 3%;
    border-top: 2px solid #e50065;
    border-bottom: 2px solid #e50065;
    font-size: 1.8rem;
    padding: 3px 0;
  }

  .more_list li {
    display: block;
    margin: 3px 0;
  }

  .more_list li span {
    line-height: 28px;
  }

  .more_list li .f_rose {
    padding: 0 0 0 28px;
    background: url(images/rose01_item1.png) no-repeat left center;
    background-size: auto 28px;
    min-height: 28px;
  }

  .more_list li .c_level .num {
    width: 28px;
    height: 28px;
    font-size: 1.8rem;
    margin: 0 10px 0 0;
  }

  .lv_blue {
    border: 5px solid transparent;
    border-bottom: 7px solid #00b5ff;
    position: relative;
    top: -6px;
    margin: 0 3px 0 0;
  }

  .lv_blue:after {
    content: "";
    position: absolute;
    left: -5px;
    top: 7px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 7px solid #00b5ff;
  }

  .lv_gray {
    border: 5px solid transparent;
    border-bottom: 7px solid #999;
    position: relative;
    top: -6px;
    margin: 0 3px 0 0;
  }

  .lv_gray:after {
    content: "";
    position: absolute;
    left: -5px;
    top: 7px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 7px solid #999;
  }
}

.ly_point .item_box {
  margin: 0 0 30px 0;
  min-height: 68px;
  padding-left: 80px;
  background: url(images/img02_item2.png) no-repeat left top;
  background-size: 72px 68px;
  zoom: 100%;
}

.ly_point .item_box:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.ly_point .item_box h4 {
  display: inline-block;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  color: #e50065;
  line-height: 1.2;
  margin: 0 0 0.1em 0;
}

.ly_point .item_box h5 {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  color: #e50065;
  line-height: 1.2;
  margin: 0 0 0.1em 0;
}

.ly_point .item_box p {
  font-family: "PT Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #961445;
}

.ly_point .item_box img {
  float: right;
  background: #ffe8f2;
  border: 1px solid #ffe8f2;
  border-radius: 8px;
  margin-left: 1em;
  margin-bottom: -20px;
}

@media screen and (max-width: 768px) {
  .ly_point .item_box {
    margin: 0 6% 20px 6%;
  }

  .ly_point .item_box h4 {
    font-size: 2rem;
  }

  .ly_point .item_box h5 {
    font-size: 1.8rem;
  }

  .ly_point .item_box p {
    font-size: 1.5rem;
  }

  .ly_point .item_box img {
    margin-bottom: -18px;
    max-width: 108px;
  }
}

@media screen and (max-width: 480px) {
  .ly_point .item_box {
    margin: 0 3% 20px 3%;
    min-height: 38px;
    background: url(images/img02_item2.png) no-repeat left top;
    background-size: 40px 38px;
    padding: 0 0 0 44px;
  }

  .ly_point .item_box h4 {
    font-size: 1.8rem;
  }

  .ly_point .item_box h5 {
    font-size: 1.6rem;
  }

  .ly_point .item_box p {
    font-size: 1.4rem;
  }

  .ly_point .item_box img {
    margin-bottom: 0;
    max-width: 25%;
  }
}

.where_to_buy {
  border-top: 1px dotted #e50065;
  min-height: 84px;
  box-sizing: border-box;
  background: url(images/icon_buy.png) no-repeat left 10px;
  background-size: 72px 72px;
  padding: 10px 0 0 80px;
}

.where_to_buy h4 {
  font-family: "Kalam", cursive;
  color: #ce1b5d;
  line-height: 1.2;
  font-size: 2.2rem;
  margin: 0;
}

.where_to_buy p {
  font-family: "PT Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .where_to_buy {
    margin: 0 6%;
  }

  .where_to_buy h4 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 480px) {
  .where_to_buy {
    min-height: 50px;
    background: url(images/icon_buy.png) no-repeat left 8px;
    background-size: 40px 40px;
    padding: 8px 0 0 44px;
    margin: 0 3%;
  }

  .where_to_buy h4 {
    font-size: 1.8rem;
  }

  .where_to_buy p {
    font-size: 1.3rem;
  }
}

#ly_pgtop {
  display: none;
}

.easy_cup {
  margin: 0 0 30px 0;
  font-family: "PT Sans", sans-serif;
}

.easy_cup h4 {
  margin: 0 0 8px 0;
  background: #e50065;
  padding: 4px;
  text-align: center;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.2;
  color: #fff;
  border-radius: 6px;
}

.easy_cup h4 .jpfont {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 1.6rem;
}

.easy_cup_box {
  padding: 20px 60px 20px 60px;
  background: #ffe8f2;
  border-radius: 10px;
}

.easy_cup_box > img {
  display: inline-block;
  float: right;
  margin-left: 20px;
}

.easy_cup_box > p {
  font-size: 1.6rem;
  line-height: 1.6;
}

.easy_cup_box .howto {
  clear: both;
  padding-top: 20px;
  position: relative;
  text-align: center;
}

.easy_cup_box .howto:before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: #e50065;
  position: absolute;
  top: 36px;
}

.easy_cup_box .howto h4 {
  display: inline-block;
  padding: 4px 1.5em;
  border-radius: 17px;
  position: relative;
  margin-bottom: 12px;
}

.easy_cup_box .howto ol {
  margin: 0 -10px 20px -10px;
  text-align: left;
  zoom: 100%;
}

.easy_cup_box .howto ol:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.easy_cup_box .howto ol li {
  width: 25%;
  float: left;
  box-sizing: border-box;
  padding: 88px 10px 0 10px;
  background-position: center top;
  background-repeat: no-repeat;
}

.easy_cup_box .howto ol li:first-child {
  background-image: url(images/use01_item3.png);
}

.easy_cup_box .howto ol li:nth-child(2) {
  background-image: url(images/use02_item3.png);
}

.easy_cup_box .howto ol li:nth-child(3) {
  background-image: url(images/use03_item3.png);
}

.easy_cup_box .howto ol li:last-child {
  background-image: url(images/use04_item3.png);
}

.easy_cup_box .howto ol li p {
  margin: 0 0 0.4em 0;
  line-height: 1.4;
}

.easy_cup_box .howto ol li p.cap {
  font-size: 1.2rem;
  line-height: 1.2;
}

.easy_cup_box .howto .tx_caution {
  background: #fff;
  padding: 10px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .easy_cup {
    margin: 0 6% 20px 6%;
  }

  .easy_cup h4 {
    font-size: 1.8rem;
  }

  .easy_cup h4 .jpfont {
    font-size: 1.4rem;
  }

  .easy_cup_box {
    padding: 10px 4% 20px 4%;
  }

  .easy_cup_box > img {
    display: block;
    float: none;
    margin: 0 auto 8px auto;
  }

  .easy_cup_box > p {
    font-size: 1.5rem;
  }

  .easy_cup_box .howto {
    padding-top: 20px;
  }

  .easy_cup_box .howto:before {
    top: 34px;
  }

  .easy_cup_box .howto h4 {
    border-radius: 14.5px;
  }

  .easy_cup_box .howto ol {
    margin: 0 0 20px 0;
  }

  .easy_cup_box .howto ol li {
    width: auto;
    float: none;
    min-height: 82px;
    padding: 0 0 0 144px;
    margin: 0 0 10px 0;
    background-position: left top;
    background-repeat: no-repeat;
  }

  .easy_cup_box .howto ol li:last-child {
    margin-bottom: 0;
  }

  .easy_cup_box .howto .tx_caution {
    background: #fff;
    padding: 10px 3%;
    font-size: 1.5rem;
    text-align: left;
  }
}

@media screen and (max-width: 480px) {
  .easy_cup {
    margin: 0 3% 20px 3%;
  }

  .easy_cup h4 {
    margin: 0 0 4px 0;
    font-size: 1.6rem;
  }

  .easy_cup h4 .jpfont {
    font-size: 1.2rem;
  }

  .easy_cup_box {
    padding: 6px 3% 20px 3%;
  }

  .easy_cup_box > img {
    width: 120px;
  }

  .easy_cup_box > p {
    font-size: 1.4rem;
  }

  .easy_cup_box .howto:before {
    top: 33px;
  }

  .easy_cup_box .howto h4 {
    border-radius: 13.5px;
  }

  .easy_cup_box .howto ol li {
    min-height: 64px;
    padding: 0 0 0 112px;
    margin: 0 0 8px 0;
    background-size: 108px 64px;
  }

  .easy_cup_box .howto ol li p {
    font-size: 1.3rem;
  }

  .easy_cup_box .howto ol li p.cap {
    font-size: 1.1rem;
  }

  .easy_cup_box .howto .tx_caution {
    font-size: 1.4rem;
  }
}
